| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
example:
template hygienic(val: expr) =
var `*x` = val
echo `*x`
*x was chosen as mnemonic for "opposite of public" and thus private
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is intended for type deduction depending on the arguments
proc foo(x: type): type(expr(x))
|
| |
|
| |
|
| |
|
|
|
|
| |
Changed: The []= operator for strings and sequences is now capable of splicing
|
| |
|
| |
|
| |
|
| |
|