JudyLArray.last

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

Meta