Usability of "allMembers and derivedMembers traits now only return visible symbols"
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Sat Sep 3 12:31:12 PDT 2016
On 2016-09-03 20:56, Dicebot wrote:
> Obviously serialization libraries come to mind, especially important for
> binary serialization because private members still affect the layout of
> the struct.
That can usually be solved using .tupleof[i], but I agree.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list