March 27, 2022 General » Re: When will you implement cent and ucent? | |||
|---|---|---|---|
| |||
...cent outside of the core would be ```alias cent=Cent;``` otherwise cent/ucent would be... | |||
March 27, 2022 Issues » [Issue 22871] Using an alias to `__traits(parameters)` causes unknown error | |||
|---|---|---|---|
| |||
...returned by `__traits(parameters)` bound to an alias: - the parser rejected `typeof(__traits(X))`, i... | |||
March 25, 2022 Issues » [Issue 22926] importC: cast to D type alias in array length gives syntax error | |||
|---|---|---|---|
| |||
...cast to D type
|in array length |alias in array length gives
| |syntax error
--- Comment... | |||
March 22, 2022 Learn » Determining function template from runtime type: better ideas? | |||
|---|---|---|---|
| |||
...the module of a symbol as an alias (no `moduleOf!symbol` trait?), but it seems... | |||
March 19, 2022 Learn » Re: Help needed to learn templates | |||
|---|---|---|---|
| |||
...parameter. The other template syntax - `template foo(alias T)` can take as `T` any symbol... | |||
March 19, 2022 Learn » Re: Help needed to learn templates | |||
|---|---|---|---|
| |||
...Identifier is declared to be either an alias of the TypeSpecialization or, if TypeSpecialization is... | |||
March 19, 2022 Learn » Re: Help needed to learn templates | |||
|---|---|---|---|
| |||
...I wrote below:
```d
import std.stdio;
alias outer O;
struct outer {
int i;
O... | |||
March 18, 2022 Learn » Re: Basic question about size_t and ulong | |||
|---|---|---|---|
| |||
...54, WhatMeWorry wrote: > size_t is an alias to one of the unsigned integral basic... | |||
March 18, 2022 Learn » Basic question about size_t and ulong | |||
|---|---|---|---|
| |||
...the D documentation: size_t is an alias to one of the unsigned integral basic... | |||
March 18, 2022 Issues » [Issue 22903] New: IFTI for immediately-invoked lambda keeps qualifier for pointer/slice argument | |||
|---|---|---|---|
| |||
...correct type is deduced: --- const(int*) p; alias id = x => x; static assert(is(typeof... | |||
Copyright © 1999-2021 by the D Language Foundation