PointerArray.length

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t length()
    struct PointerArray(T, Allocator = SpasmGCAllocator)
    const nothrow pure @property @safe @nogc
    length
    ()
    if (
    is(T : U*,
    U
    )
    )
  2. alias opDollar = length

Meta