asKindOf.asKindOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto asKindOf(Slice!(Iterator, N, Contiguous, Labels) slice)
    template asKindOf(SliceKind kind)
    @optmath
    static if(kind == Contiguous)
    asKindOf
    (
    Iterator
    size_t N
    Labels...
    )
    (
    Slice!(Iterator, N, Contiguous, Labels) slice
    )
  2. alias asKindOf = canonical
  3. alias asKindOf = universal

Meta