Unique.borrow

Borrow the owned pointer. Can be @safe with DIP1000 and if used in a scope fashion.

struct Unique(Type, Allocator = typeof(theAllocator()), Flag!"supportGC" supportGC = Flag!"supportGC".yes)
inout
borrow
()
if (
isAllocator!Allocator
)

Meta