proc `|`(s: string; d: int): string {.raises: [], tags: []
.}
-
Source
Edit
proc `|`(x: int; d: int): string {.raises: [], tags: []
.}
-
Source
Edit
proc `|`(f: float; d: tuple[w, p: int]): string {.raises: [], tags: []
.}
-
Source
Edit
proc `|`(f: float; d: int): string {.raises: [], tags: []
.}
-
Source
Edit
proc fixedTruncateR(s: string; maxLen: int): string {.raises: [], tags: []
.}
-
Source
Edit
proc fixedTruncateL(s: string; maxLen: int): string {.raises: [], tags: []
.}
-
Source
Edit
proc seqAddr[T](s: var seq[T]): ptr T
-
Source
Edit
proc getFields[](T: typedesc): seq[string]
-
Source
Edit