You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simplifies things like sorted/sort and lots of algorithms; can directly pass a lambda; makes it more efficient (no callback / function frame overhead, ensures inlining)
draft for nim-lang#11992
fixed issues
=>
) nim-lang/Nim#8679 (see rationale)map
overly restrictive nim-lang/Nim#8325alias: myecho=echo
to alias any symbol nim-lang/Nim#11822related
[parser]
a => counter+=1
parsed as(a => counter) += 1
, violating the spec, and causing issues with => nim-lang/Nim#8759discusion wrt functor / cmp / free function: Change how
void
parameters work nim-lang/RFCs#508[RFC] Better iterators syntax nim-lang/RFCs#1
The text was updated successfully, but these errors were encountered: