JudyLArray.front

Undocumented in source. Be warned that the author may not have intended to support it.
  1. JudyLEntry front [@property getter]
  2. const(JudyLEntry) front [@property getter]
    struct JudyLArray(ElementType, bool UseGC = true)
    @property const
    const(JudyLEntry)
    front
    ()
    if (
    isPointer!ElementType ||
    is(ElementType : Object)
    ||
    isScalarType!ElementType
    )

Meta