Search

August 05
General »
...specific case could be solved with Enum Parameters: `enforce` could detect `0` (or `false`) specifically...
August 03
DIP Development »
...would need updating (unless we had enum parameters). The dmd as a library API would...
August 03
DIP Development »
...compile time and modifies it and other parameters, so they match. It could look something...
August 02
DIP Development »
...know, isn't possible. Are template value parameters manifest constants? Good question. They're compile...
August 02
DIP Development »
...does `isEnum` yield `true` for template value parameters? If not, I think it’s too specific...
August 01
Learn »
...at all? The function has the same parameters, same return type, same attributes… what’s different...
July 31
DIP Development »
...isEnum)` wouldn’t detect `enum` other than `enum` parameters. Is it really a big issue that...
July 31
DIP Development »
...that `isEnum` should only work for enum parameters. Having it check for enum membership will...
July 31
General »
...see much use of this for function parameters outside of language bindings, but with array...
July 30
General »
...add;
  }
  return ret;
}()));
```
Please note that some parameters and fields are **required** to be referred...
11 12 13 14 15 16 17 18 19 20 21 22
Next ›   Last »