Update marshal.nim

This commit is contained in:
Federico Ceratto
2018-06-13 23:22:07 +01:00
committed by GitHub
parent d1e03c20d2
commit 127556ad63

View File

@@ -270,6 +270,7 @@ proc store*[T](s: Stream, data: T) =
proc `$$`*[T](x: T): string =
## returns a string representation of `x`.
##
## Note: to serialize `x` to JSON use $(%x) from the ``json`` module
var stored = initIntSet()
var d: T