Andrei Alexandrescu Wrote:
> struct Coord
> {
> int x, y, z;
> }
>
> one iota typesafer than
>
> alias Tuple!(int, "x", int, "y", int, "z") Coord;Is there a real need for an alternative way to declare structs?
Andrei Alexandrescu Wrote:
> struct Coord
> {
> int x, y, z;
> }
>
> one iota typesafer than
>
> alias Tuple!(int, "x", int, "y", int, "z") Coord;Is there a real need for an alternative way to declare structs?