Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #871 from tbrowder/uint
add rudimentary doc on UInt
  • Loading branch information
tbrowder committed Aug 31, 2016
2 parents cf22b09 + 645930a commit daf4149
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 daf4149

Please sign in to comment.