View.length

Returns the total length of the data in the view

  1. size_t length [@property getter]
    struct View(T, SectorType = BasicSector!(T))
    @property
    size_t
    length
    ()
    if (
    isSector!(SectorType)()
    )
  2. size_t length [@property setter]

Return Value

Type: size_t

the length

Meta