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)
  3. size_t last()
    struct JudyLArray(ElementType, bool UseGC = true)
    const
    size_t
    last
    ()
    if (
    isPointer!ElementType ||
    is(ElementType : Object)
    ||
    isScalarType!ElementType
    )

Meta