Shallow vs. deep should be explained better somewhere.

This commit is contained in:
Christopher Dunn 2017-03-09 12:26:23 -06:00
parent 1c7cab6c6b
commit f6f5cf5e3e
1 changed files with 7 additions and 1 deletions

View File

@ -29,4 +29,10 @@ when isMainModule:
## How do I echo in a ``{.noSideEffect.}`` proc?
You can use ``debugEcho`` for this.
You can use ``debugEcho`` for this.
## Language details
#### Shallow vs. DeepCopy
* https://forum.nim-lang.org/t/2665#16487