DecimalView.lightConst

Returns a constant DecimalView over the same data, converting the element type to const.

struct DecimalView(W)
@safe return scope const @safe pure nothrow @nogc @property
DecimalView!(const W)
lightConst
()
()
if (
is(Unqual!W == size_t)
)