VariantN.peek
inout(T) * peek(T)() @property inoutIf the VariantN object holds a value of the
T, returns a pointer to that
value. Otherwise, returns null. In cases where T is statically disallowed, peek will not compile.
inout(T) * peek(T)() @property inoutIf the VariantN object holds a value of the
T, returns a pointer to that
value. Otherwise, returns null. In cases where T is statically disallowed, peek will not compile.