April 02, 2022 Learn » Re: Can std.variant be used with std.container.rbtree? | |||
|---|---|---|---|
| |||
...Value (also Variant) - Index Entries are a tuple of the form (PrimaryKey, Value) Each index... | |||
April 02, 2022 Issues » [Issue 22729] dmd crushed and asked to report a bug | |||
|---|---|---|---|
| |||
...template Tuple(Specs)
{
enum areCompatibleTuples(Tup2)(Tuple tup1, Tup2 tup2)
{
tup1.field == tup2;
}
struct Tuple... | |||
April 01, 2022 Issues » [Issue 22965] New: assocArray does not automatically select non-immutable types even if they're easily reachable. | |||
|---|---|---|---|
| |||
...following code: immutable int a; auto b = [tuple(a, a)].assocArray; assocArray should be able... | |||
March 27, 2022 Issues » [Issue 22871] Using an alias to `__traits(parameters)` causes unknown error | |||
|---|---|---|---|
| |||
...two bugs preventing users from using the tuple returned by `__traits(parameters)` bound to an... | |||
March 23, 2022 Issues » [Issue 15730] invalid template merging in tuple foreach | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=15730
moonlightsentinel@disroot.org changed:
What |Removed... | |||
March 14, 2022 Issues » [Issue 22871] Using an alias to `__traits(parameters)` causes unknown error | |||
|---|---|---|---|
| |||
...two bugs preventing users from using the tuple returned by `__traits(parameters)` bound to an... | |||
March 12, 2022 Learn » Detecting manifest contants | |||
|---|---|---|---|
| |||
...includes manifest constant enums in the returned tuple. What is the correct way to statically... | |||
March 11, 2022 Issues » [Issue 22871] Using an alias to `__traits(parameters)` causes unknown error | |||
|---|---|---|---|
| |||
...two bugs preventing users from using the tuple returned by `__traits(parameters)` bound to an... | |||
March 10, 2022 Issues » [Issue 22736] Add destructuring bind for std.typecons.Tuple tuples | |||
|---|---|---|---|
| |||
...22736 - Add destructuring bind for std.typecons.Tuple tuples https://github.com/dlang/phobos/pull... | |||
March 04, 2022 Learn » Re: How to remove all characters from a string, except the integers? | |||
|---|---|---|---|
| |||
...T)(T tuple) {
return tuple[0];
}
// Ditto
auto chunkOf(T)(T tuple) {
return tuple[1... | |||
Copyright © 1999-2021 by the D Language Foundation