__traits(getOverloads, Type, member) order of elements in tuple.
Alexandru Ermicioi via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Aug 22 05:14:41 PDT 2016
Good day.
In current implementation of dmd/ldc/gdc, does this trait
guarantee, that the order of elements returned in tuple, is same,
in several calls of it on same Type and member?
Also, is guaranteed that in future versions of dmd, the order of
elements won't change?
More information about the Digitalmars-d-learn
mailing list