JudyLArray.prev

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

Meta