JudyLArray.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ElementType opIndex(size_t index)
    struct JudyLArray(ElementType, bool UseGC = true)
    ElementType
    opIndex
    (
    const size_t index
    )
    if (
    isPointer!ElementType ||
    is(ElementType : Object)
    ||
    isScalarType!ElementType
    )
  2. const(ElementType) opIndex(size_t index)

Meta