February 09, 2023 Genel » Yeni staticMap Uygulaması | |||
|---|---|---|---|
| |||
...5'li ne gerek var dedirtiyor ama Tuple ve kendi türlerimiz ile yapılan harika bir... | |||
January 20, 2023 Learn » Is there a way to get a template’s parameters and constraints? | |||
|---|---|---|---|
| |||
...templ) { /*Magic here*/ }
alias constraints = constraintsOf!f; // tuple(long, const(char)[])
```
At the moment, I... | |||
January 18, 2023 Learn » Re: Why not allow elementwise operations on tuples? | |||
|---|---|---|---|
| |||
...wouldn't be particularly generic since a tuple does not need to consist of types... | |||
January 16, 2023 Learn » Re: Why not allow elementwise operations on tuples? | |||
|---|---|---|---|
| |||
...there's no implementation specifically for `std.Tuple`? If it's a "feature, not a... | |||
January 13, 2023 Learn » Why not allow elementwise operations on tuples? | |||
|---|---|---|---|
| |||
...decided to store 2d points in a `Tuple!(int, int)`. It would be convenient to... | |||
January 05, 2023 Issues » [Issue 23600] [std.format.read] formattedRead static asserts with Tuple and compile time format string | |||
|---|---|---|---|
| |||
...asserts with Tuple and compile-time format string This method supports std.typecons.Tuple, however... | |||
January 04, 2023 Issues » [Issue 23600] [std.format.read] formattedRead static asserts with Tuple and compile time format string | |||
|---|---|---|---|
| |||
...asserts with Tuple and compile-time format string This method supports std.typecons.Tuple, however... | |||
January 04, 2023 Issues » [Issue 23600] New: [std.format.read] formattedRead static asserts with Tuple and compile time format string | |||
|---|---|---|---|
| |||
...std.format.read] formattedRead static asserts with
Tuple and compile time format string
Product: D... | |||
January 04, 2023 Issues » [Issue 23598] New: Another nasty forward reference bug | |||
|---|---|---|---|
| |||
...Top, String)` of type `void` The SortedItems tuple at (2) is (Top, String), which is... | |||
January 03, 2023 Learn » Re: How should I return multiple const values from a function? | |||
|---|---|---|---|
| |||
...Key, Value)
{
import std.typecons;
alias Tup = Tuple!(const(Key), const(Value));
enum Fun = (Key... | |||
Copyright © 1999-2021 by the D Language Foundation