JudyLArray.next

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

Meta