index Zimbu documentation

MODULE NAT32 @public

summary

     

Methods for the builtin nat32 type.

CLASS  nat32 @public  The builtin type nat32: 32 bit natural number.
 
int  max @public  Maximum value of a nat32.
int  min @public  Minimum value of a nat32.
 

members (alphabetically)

     

int max @public

     

Maximum value of a nat32.

Used as T.nat32.max

int min @public

     

Minimum value of a nat32.

Used as T.nat32.min

license

      Copyright 2014 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0