Chunks.front

  1. size_t[dimensions.length] shape()
  2. size_t length()
  3. auto front()
    struct Chunks(size_t[] dimensions, Iterator, size_t N = 1, SliceKind kind = Contiguous)
    @property
    @optmath
    front
    (
    size_t dimensionIndex = 0
    )
    ()
    if (
    dimensionIndex < dimensions.length
    )

Meta