#include "tensorstore/box.h" template <int&... ExplicitArgumentBarrier> requires (Mutable == true)void tensorstore::BoxView<Rank, Mutable>::Fill( IndexInterval interval = {}) const; Fills origin() with interval.inclusive_min() and shape with interval.size().