Search

May 27, 2022
General »
...less friendly.

For example what if the tuple contains a value whose type is not...
May 27, 2022
General »
...strange skills` .
This is not a `simple tuple` or `static foreach` can match.It's...
May 27, 2022
General »
...can be similarly used let's say to unroll += on each member of a tuple.
May 23, 2022
Learn »
well actually std Tuple is a struct but that works without excplicit `.tupleof`.
May 23, 2022
Learn »
and you can pass a std.typecons.Tuple as well, it will expand x y
May 23, 2022
Learn »
...can pass a struct of values (a 'tuple'?) with the right subfields, as if those...
May 21, 2022
Issues »
...is no way to slice a
library tuple without decaying into an auto-expanding sequence...
May 21, 2022
General »
...index, element` pair with RA ranges, when `front` just returns an element, not a tuple.
May 19, 2022
Learn »
...read. Use struct for internal objects and tuple like usage and class for major objects...
May 15, 2022
Duyuru »
...string, // 1
    Tuple!(Op, "op", This*, "lhs", This*, "rhs") // 2
                        );

  // Shorthand for Tuple!(Op, "op...
41 42 43 44 45 46 47 48 49 50 51 52
Next ›   Last »