An expression that represents a uint64.
Create a new uint64
The integer value this uint64 will represent. Must be a positive value less than 2**64.
Take the logical And of this expression and another one.
This expression must evaluate to uint64.
This is the same as using And() with two arguments.
And()
Take the logical Or of this expression and another one.
This is the same as using Or() with two arguments.
Or()
Generated using TypeDoc
An expression that represents a uint64.