src/pylib/stringlib/formatWithSpec

Source   Edit  

Procs

proc formatValue(result: var string; value: char | Rune;
                 spec: StandardFormatSpecifier)
Source   Edit  
proc formatValue(result: var string; value: SomeFloat;
                 spec: StandardFormatSpecifier)
Source   Edit  
proc formatValue(result: var string; value: string;
                 spec: StandardFormatSpecifier) {....raises: [], tags: [],
    forbids: [].}
Source   Edit  
proc formatValue[T: SomeInteger](s: var string; value: T;
                                 spec: StandardFormatSpecifier)
Source   Edit