Search

October 24, 2022
Learn »
...front() returns a Tuple. We have an esoteric feature where a tuple expands automatically in...
October 21, 2022
Learn »
...main() {
    auto m = iota(20).map!(i => tuple(i, format!"value_%s"(i))).assocArray;

    foreach...
September 29, 2022
Issues »
...tuple("object", "core")
tuple()
-----

Since      2.094.2: Success with output:
-----
tuple("object", "core")
tuple...
September 28, 2022
Learn »
...read the important parts right into a tuple.

Should it be unstructured data, then there...
September 26, 2022
Issues »
...prints: tuple(fun)
pragma(msg, __traits(getOverloads, Derived1, "fun"));

class Derived2 : Base {}

// prints tuple(fun...
September 22, 2022
Issues »
...successfully:

---
    // OK - use foo.tuple directly
    AliasSeq!(int) t = foo.tuple;
---


---
    // OK - attach the `this...
September 22, 2022
Issues »
...foo.tuple(__tuple_field_0)` of type `(int)` to `int`
---

In other words, the tuple...
September 18, 2022
General »
...by default.

It also has built-in: tuple types, sumtypes with implicit conversion, named parameters...
September 12, 2022
General »
...accumulator value, the callback could return a tuple of the next value and a `bool...
September 09, 2022
Learn »
...That's easier than doing some weird tuple thing.

But validating that the correct message...
35 36 37 38 39 40 41 42 43 44 45 46
Next ›   Last »