The OpenD Programming Language

as.as

  1. auto as(Slice!(Iterator, N, kind) slice)
    template as(T)
    as
    (
    Iterator
    size_t N
    SliceKind kind
    )
    (
    Slice!(Iterator, N, kind) slice
    )
  2. auto as(S[] array)
  3. auto as(S withAsSlice)
  4. auto as(Range r)

Meta