August 01, 2022 Learn » A look inside "filter" function defintion | |||
|---|---|---|---|
| |||
...guessing how it works?
'''D
template filter(alias predicate)
if (is(typeof(unaryFun!predicate)))
{
/**
Params... | |||
August 01, 2022 Issues » [Issue 23278] Can't pass alias member to a function | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23278 --- Comment #1 from anonymous4 <dfj1esp02@sneakemail... | |||
August 01, 2022 Learn » Re: Exclamation symbol "!" within functions syntax | |||
|---|---|---|---|
| |||
...is marked with the keyword "alias":
template filter(alias predicate)
Alias template parameters are special... | |||
August 01, 2022 Issues » [Issue 23279] New: Segmentation fault on mixin template + using unknown type | |||
|---|---|---|---|
| |||
...d
template getParams (alias fn)
{
static if ( is(typeof(fn) params == __parameters) )
alias getParams = params... | |||
July 31, 2022 Issues » [Issue 23278] Can't pass alias member to a function | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23278 Marcelo Silva Nascimento Mancini <msnmancini@hotmail... | |||
July 31, 2022 Issues » [Issue 23278] New: Can't pass alias member to a function | |||
|---|---|---|---|
| |||
...Issue ID: 23278
Summary: Can't pass alias member to a function
Product: D
Version... | |||
July 31, 2022 Issues » [Issue 23277] alias to mixin template breaks selective overriding of mixin template member | |||
|---|---|---|---|
| |||
...C!() c;
void foo(int) {}
alias foo = c.foo;
}
```
The alias line in the class... | |||
July 31, 2022 Issues » [Issue 23277] New: alias to mixin template breaks selective overriding of mixin template member | |||
|---|---|---|---|
| |||
...cgi?id=23277
Issue ID: 23277
Summary: alias to mixin template breaks selective overriding of... | |||
July 30, 2022 General » Use digger on Mac ? | |||
|---|---|---|---|
| |||
...todt.d(50): Error: alias `dmd.todt.toSymbol` conflicts with alias `dmd.todt.toSymbol` at... | |||
July 31, 2022 Learn » Re: Obsecure problem 1 | |||
|---|---|---|---|
| |||
...t should be used. It is an alias to either uint or ulong based upon... | |||
Copyright © 1999-2021 by the D Language Foundation