src/pylib/stringlib/formatValue_Any

Source   Edit  

formatValue for bool, char, cstring and typeinfo.Any

Procs

proc formatValue(result: var string; x: Any; spec: string) {.
    ...raises: [ValueError, Exception], tags: [RootEffect], forbids: [].}
Source   Edit  
proc formatValue(result: var string; x: bool; spec: string) {.
    ...raises: [ValueError], tags: [], forbids: [].}
Source   Edit  
proc formatValue(result: var string; x: char; spec: string) {.
    ...raises: [ValueError], tags: [], forbids: [].}
Source   Edit  
proc formatValue(result: var string; x: cstring; spec: string) {.
    ...raises: [ValueError], tags: [], forbids: [].}
Source   Edit