https://issues.dlang.org/show_bug.cgi?id=19987
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @Kriyszig created dlang/phobos pull request #7082 "19987 - Reduce memory used by VariantN" fixing this issue: - Fix Issue 19987 - Reducing memory used by VariantN Swapping the fptr and union around will avoid unnecessary padding. https://github.com/dlang/phobos/pull/7082 --
