src/pylib/stringlib/formats

Search:
Group by:
Source   Edit  

Procs

func format(value: char; format_spec: string = ""): string {.
    ...raises: [ValueError], tags: [], forbids: [].}
Source   Edit  

Templates

template format[T](value: T; format_spec: string = ""): string
wrapper of std/strformat formatValue Source   Edit