VariantArrays.peek

Peek at element of type SomeKind at ref_.

struct VariantArrays(Types...)
@safe scope inout return @system
inout(SomeKind)*
peek
(
SomeKind
)
(
in Ref ref_
)
if (
Ref.canReferenceType!SomeKind
)

Meta