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
Heads up: toStrLit(x) is just newStrLitNode(repr(x)), $toStrLit(x) is just repr(x).
This macro could be more generalized in a tap or doto macro as in ruby or clojure and that wouldn't really fit in with the stdlib in my opinion, instead some general utility Nimble package.
The following seems quite useful, I wonder whether it's already in stdlib ? If not would that belong in system.nim ?
The text was updated successfully, but these errors were encountered: