UniqueArray.length

Undocumented in source. Be warned that the author may not have intended to support it.
  1. long length [@property getter]
    struct UniqueArray(Type, Allocator = typeof(theAllocator))
    @property const nothrow
    long
    length
    ()
    if (
    isAllocator!Allocator
    )
  2. long length [@property setter]

Meta