requested code review changes

This commit is contained in:
Zahary Karadjov
2017-03-29 16:15:30 +03:00
parent 01207b6cfd
commit a74ad869e9
6 changed files with 66 additions and 49 deletions

View File

@@ -98,17 +98,6 @@ type
SomeNumber* = SomeInteger|SomeReal
## type class matching all number types
T1* = auto
T2* = auto
T3* = auto
T4* = auto
T5* = auto
T6* = auto
T7* = auto
T8* = auto
T9* = auto
## Helper types for writing implicitly generic procs
proc defined*(x: untyped): bool {.magic: "Defined", noSideEffect, compileTime.}
## Special compile-time procedure that checks whether `x` is
## defined.