Chunks.opDollar

  1. auto back()
  2. void popFront()
  3. void popBack()
  4. Slice!(IotaIterator!size_t) opSlice(size_t i, size_t j)
  5. ChunksSlice!() opSlice(size_t i, ChunksDollar!() j)
  6. ChunksDollar!() opDollar()
    struct Chunks(size_t[] dimensions, Iterator, size_t N = 1, SliceKind kind = Contiguous)
    @property
    @optmath
    opDollar
    (
    size_t dimensionIndex
    )
    ()
  7. auto opIndex(Slices slices)
  8. auto opIndex(size_t[dimensions.length] index)
  9. auto save()

Meta