Search

February 09, 2023
Genel »
...5'li ne gerek var dedirtiyor ama Tuple ve kendi türlerimiz ile yapılan harika bir...
January 20, 2023
Learn »
...templ) { /*Magic here*/ }
alias constraints = constraintsOf!f; // tuple(long, const(char)[])
```

At the moment, I...
January 18, 2023
Learn »
...wouldn't be particularly generic since a tuple does not need to consist of types...
January 16, 2023
Learn »
...there's no implementation specifically for `std.Tuple`? If it's a "feature, not a...
January 13, 2023
Learn »
...decided to store 2d points in a `Tuple!(int, int)`. It would be convenient to...
January 05, 2023
Issues »
...asserts with Tuple and
compile-time format string

  This method supports std.typecons.Tuple, however...
January 04, 2023
Issues »
...asserts with Tuple and compile-time format string

  This method supports std.typecons.Tuple, however...
January 04, 2023
Issues »
...std.format.read] formattedRead static asserts with
                    Tuple and compile time format string
           Product: D...
January 04, 2023
Issues »
...Top, String)` of type
`void`

The SortedItems tuple at (2) is (Top, String), which is...
January 03, 2023
Learn »
...Key, Value)
  {
    import std.typecons;
    alias Tup = Tuple!(const(Key), const(Value));
    enum Fun = (Key...
28 29 30 31 32 33 34 35 36 37 38 39
Next ›   Last »