JudyLArray.opSlice

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

Meta