Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Int

An expression that represents a uint64.

Hierarchy

Index

Constructors

constructor

  • new Int(value: number | bigint): Int
  • Create a new uint64

    Parameters

    • value: number | bigint

      The integer value this uint64 will represent. Must be a positive value less than 2**64.

    Returns Int

Properties

Private Readonly value

value: bigint

Methods

And

  • 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.

    Parameters

    Returns Expr

Or

  • Take the logical Or of this expression and another one.

    This expression must evaluate to uint64.

    This is the same as using Or() with two arguments.

    Parameters

    Returns Expr

add

and

eq

ge

gt

invert

le

lt

mod

mul

ne

or

sub

teal

toString

  • toString(): string

truediv

typeOf

xor

Generated using TypeDoc