Results for “Std.Fmt.spec”
14 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Fmt.Spec
The decisions about how a value is shaped, held as a value.
- Std.Fmt.spec
Std.Fmt.SpecA spec that shapes nothing.
- Std.Fmt.alignOf
&Std.Fmt.Spec -> Std.Fmt.AlignWhere a spec places its content.
- Std.Fmt.binary
&Std.Fmt.Spec -> Int -> StrA whole number in base two, shaped by the spec.
- Std.Fmt.fillOf
&Std.Fmt.Spec -> CharThe character a spec fills with.
- Std.Fmt.fixed
&Std.Fmt.Spec -> Decimal -> Int -> StrAn exact fraction shaped by the spec, shown to a fixed number of places.
- Std.Fmt.hex
&Std.Fmt.Spec -> Int -> StrA whole number in base sixteen, shaped by the spec.
- Std.Fmt.int
&Std.Fmt.Spec -> Int -> StrA whole number shaped by the spec.
- Std.Fmt.list
&Std.Fmt.Spec -> &Array[Str] -> Str -> StrEvery value in an array shaped alike and joined.
- Std.Fmt.octal
&Std.Fmt.Spec -> Int -> StrA whole number in base eight, shaped by the spec.
- Std.Fmt.radix
&Std.Fmt.Spec -> Int -> Int -> StrA whole number in a base the caller names, shaped by the spec.
- Std.Fmt.text
&Std.Fmt.Spec -> Str -> StrText placed within the spec's width.
- Std.Fmt.widthOf
&Std.Fmt.Spec -> IntThe width a spec asks for.
- Std.Fmt.zeroPadded
&Std.Fmt.Spec -> Int -> StrA number filled to its width with zeros between the sign and the digits.
