Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add rudimentary doc on UInt
  • Loading branch information
tbrowder committed Aug 31, 2016
1 parent cf22b09 commit 645930a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/Type/UInt.pod6
@@ -0,0 +1,12 @@
=begin pod
=TITLE class UInt
=SUBTITLE Unsigned Integer (arbitrary-precision)
The C<UInt> is defined as a subset of C<Int>:
=for code :skip-test
my subset UInt of Int where * >= 0;
=end pod

0 comments on commit 645930a

Please sign in to comment.