UniqueArray.opUnary

Dereference. const since this otherwise could be used to try and append to the array, which would not be nice

struct UniqueArray(Type, Allocator = typeof(theAllocator))
const
const(Type[])
opUnary
(
string s
)
()
if (
s == "*"
)
if (
isAllocator!Allocator
)

Meta