https://issues.dlang.org/show_bug.cgi?id=13534
--- Comment #1 from [email protected] --- Yeah, only those parts of Variant that deal with casting between types should be considered as @trusted; it's a very bad idea to make a whole big block of code @trusted when its actual semantics depends on arbitrary template parameters. --
