View.opDollar

Returns the total length of the data in the view

struct View(T, SectorType = BasicSector!(T))
size_t
opDollar
()
if (
isSector!(SectorType)()
)

Return Value

Type: size_t

the length

Meta