Overview
>
klyn
>
UInt
>
UInt
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.UInt.UInt
constructor
public native UInt()
Description
Builds the neutral UInt value (
0u
).
Example
value = UInt() assert value == 0u