-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
663 additions
and
535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
frostyMagic frosty.html#frostyMagic frosty: frostyMagic | ||
FreezeError frosty.html#FreezeError frosty: FreezeError | ||
ThawError frosty.html#ThawError frosty: ThawError | ||
greatenIndent frosty.html#greatenIndent.t,Serializer,untyped frosty: greatenIndent(s: var Serializer; body: untyped): untyped | ||
debung frosty.html#debung.t,Serializer,string frosty: debung(s: Serializer; msg: string): untyped | ||
freeze frosty.html#freeze,T,Stream frosty: freeze[T](o: T; stream: Stream) | ||
freeze frosty.html#freeze,T,string frosty: freeze[T](o: T; str: var string) | ||
freeze frosty.html#freeze,T frosty: freeze[T](o: T): string | ||
thaw frosty.html#thaw,Stream,T frosty: thaw[T](stream: Stream; o: var T) | ||
thaw frosty.html#thaw,string,T frosty: thaw[T](str: string; o: var T) | ||
thaw frosty.html#thaw,string frosty: thaw[T](str: string): T |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.