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