src/pylib/builtins/private/format_impl
Theme:
🌗 Match OS
🌑 Dark
🌕 Light
Index
Search:
Group by:
Section
Type
Procs
format
format[T](self: T; spec: static[string]): string
format[T](self: T; spec: string): string
Source
Edit
Procs
func
format
[
T
]
(
self
:
T
;
spec
:
static
[
string
]
)
:
string
builtins that formats at compile time
Source
Edit
func
format
[
T
]
(
self
:
T
;
spec
:
string
)
:
string
builtins
Source
Edit