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 a85e035 commit 064f9ddCopy full SHA for 064f9dd
src/lib/uint.rs
@@ -1,4 +1,4 @@
1
-
+pure fn min_value() -> uint { ret 0u; }
2
3
fn add(x: uint, y: uint) -> uint { ret x + y; }
4
0 commit comments