12345678910111213141516171819202122 |
- nimTitle dollars dollars.html module system/dollars 0
- nim `$` dollars.html#$,int proc `$`(x: int): string 17
- nim `$` dollars.html#$,int64 proc `$`(x: int64): string 22
- nim `$` dollars.html#$,uint64 proc `$`(x: uint64): string 27
- nim `$` dollars.html#$ proc `$`(x`gensym0: `{}`(int, lit)): string 38
- nim `$` dollars.html#$_2 proc `$`(x`gensym1: `{}`(uint64, lit)): string 39
- nim `$` dollars.html#$_3 proc `$`(x`gensym2: `{}`(int64, lit)): string 40
- nim `$` dollars.html#$,bool proc `$`(x: bool): string 43
- nim `$` dollars.html#$,char proc `$`(x: char): string 47
- nim `$` dollars.html#$,cstring proc `$`(x: cstring): string 54
- nim `$` dollars.html#$,string proc `$`(x: string): string 58
- nim `$` dollars.html#$,Enum proc `$`[Enum: enum](x: Enum): string 63
- nim `$` dollars.html#$,typedesc proc `$`(t: typedesc): string 70
- nim `$` dollars.html#$,T proc `$`[T: tuple](x: T): string 82
- nim `$` dollars.html#$,set[T] proc `$`[T](x: set[T]): string 115
- nim `$` dollars.html#$,seq[T] proc `$`[T](x: seq[T]): string 123
- nim `$` dollars.html#$,HSlice[T,U] proc `$`[T, U](x: HSlice[T, U]): string 131
- nim `$` dollars.html#$,array[IDX,T] proc `$`[T, IDX](x: array[IDX, T]): string 143
- nim `$` dollars.html#$,openArray[T] proc `$`[T](x: openArray[T]): string 147
- idx toString dollars.html#tostring_1 Module dollars 0
- nimgrp $ dollars.html#$-procs-all proc 17
|