The OpenD Programming Language

mir_series.asSlice

  1. auto asSlice()
  2. auto asSlice()
  3. auto asSlice()
    struct mir_series(IndexIterator_, Iterator_, size_t N_ = 1, SliceKind kind_ = Contiguous)
    immutable @property
    asSlice
    ()
    ()

Return Value

Type: auto

1D Slice with creared with $(NDSLICE topology, zip) ([0] - key, [1] - value).

See Also

$(NDSLICE topology, map) uses multiargument lambdas to handle zipped slices.

Meta