DualAllocator.peek

Undocumented in source. Be warned that the author may not have intended to support it.
struct DualAllocator(LocalAllocT, SharedAllocT)
inout @trusted
inout(T)*
peek
(
T
)
()
if (
is(T == LocalAllocT) ||
is(T == SharedAllocT)
)

Meta