JudyLArray.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opSlice()
  2. auto opSlice()
  3. auto opSlice(size_t start, size_t end)
  4. auto opSlice(size_t start, size_t end)
    struct JudyLArray(ElementType, bool UseGC = true)
    const nothrow @nogc
    opSlice
    (
    const size_t start
    ,
    const size_t end
    )
    if (
    isPointer!ElementType ||
    is(ElementType : Object)
    ||
    isScalarType!ElementType
    )

Meta