JudyLArray.at

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

Meta