UniqueArray.length

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

Meta