constexpr.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opSlice(size_t from, size_t to)
    struct constexpr(T : U[], U)
    final final @nogc const
    opSlice
    (
    size_t from
    ,
    size_t to
    )
    if (
    isDynamicArray!T
    )
  2. auto ref opSlice(size_t from, size_t to)

Meta