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 8e62cf5 commit 903707eCopy full SHA for 903707e
lib-f32.md
@@ -1 +1,35 @@
1
+### `== : (U8, U8) -> Bool`
2
3
+### `!= : (U8, U8) -> Bool`
4
+
5
+### `< : (U8, U8) -> Bool`
6
7
+### `<= : (U8, U8) -> Bool`
8
9
+### `> : (U8, U8) -> Bool`
10
11
+### `>= : (U8, U8) -> Bool`
12
13
+### `+ : (U8, U8) -> U8`
14
15
+### `- : (U8, U8) -> U8`
16
17
+### `* : (U8, U8) -> U8`
18
19
+### `/ : (U8, U8) -> U8`
20
21
+### `% : (U8, U8) -> U8`
22
23
+### `^ : (U8, U8) -> U8`
24
25
+### `<< : (U8, U8) -> U8`
26
27
+### `>> : (U8, U8) -> U8`
28
29
+### `max : (U8, U8) -> U8`
30
31
+### `min : (U8, U8) -> U8`
32
33
+### `print : U8 -> Nil`
34
35
+### `.to-string : U8 -> String`
0 commit comments