Example: struct JsonValue { alias JSON = Algebraic!( typeof(null), bool, double, long, BigInt, string, JSONValue[], JSONValue[string] ); JSON storage; // Should work like ddoc-ed unittests: /// alias storage this; }
*** This issue has been marked as a duplicate of issue 13069 ***