]> git.llucax.com Git - software/pymin.git/commitdiff
Add common Int related validators (refs #20)
authorLeandro Lucarella <llucax@gmail.com>
Wed, 25 Jun 2008 03:12:41 +0000 (00:12 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 28 Jun 2008 04:54:01 +0000 (01:54 -0300)
Is very common to validate a number that must be in the range of an
(unsigned) integer of 8/16/32/64 bits. Int8, UInt8, Int16, UInt16, Int32,
UInt32, Int64 and UInt64  are provided for that.


No differences found