Variant.get

Gets the content of the variant.

Note: This function will fatally crash if the variant doesn't contain a value of the given type!

struct Variant
@nogc @trusted nothrow
T
get
(
T
)
()

Meta