We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51274c1 commit cff7a6eCopy full SHA for cff7a6e
wybelibs/wybe/char.wybe
@@ -39,8 +39,6 @@ pub def {test} chr(i:int):_ = foreign lpvm cast(i) where { 0 <= i ; i <= 255 }
39
pub def {test} chr(i:count):_ = foreign lpvm cast(i) where { i <= 255:count }
40
41
## Formatting
42
-pub def fmt(x:_):string = string(x)
43
-
44
pub def fmt(x:_):string = string(x)
45
pub def fmt(x:_, minlength:int):string = fmt(x, minlength, ' ')
46
pub def fmt(x:_, minlength:int, fill:_):string =
0 commit comments