package
2.16.0
Repository: https://github.com/tawesoft/golib.git
Documentation: pkg.go.dev

# Variables

Bool implements operations on one (unary), two (binary), or many (nary) arguments of type bool.
ErrorNaN is the return type used for an operation on a float that is Not a Number in a checked function.
ErrorOverflow is the return type used for integer overflow in a checked function.
ErrorOverflow is the return type used for an undefined operation in a checked function such as shifting a negative integer left or divide by zero.
Float32 implements operations on one (unary), two (binary), or many (nary) arguments of type float32.
Float32Checked implements operations on one (unary), two (binary), or many (nary) arguments of type float32, returning an error in cases such as overflow or an undefined operation.
Float64 implements operations on one (unary), two (binary), or many (nary) arguments of type float64.
Float64Checked implements operations on one (unary), two (binary), or many (nary) arguments of type float64, returning an error in cases such as overflow or an undefined operation.
Int implements operations on one (unary), two (binary), or many (nary) arguments of type int.
Int16 implements operations on one (unary), two (binary), or many (nary) arguments of type int16.
Int16Checked implements operations on one (unary), two (binary), or many (nary) arguments of type int16, returning an error in cases such as overflow or an undefined operation.
Int32 implements operations on one (unary), two (binary), or many (nary) arguments of type int32.
Int32Checked implements operations on one (unary), two (binary), or many (nary) arguments of type int32, returning an error in cases such as overflow or an undefined operation.
Int64 implements operations on one (unary), two (binary), or many (nary) arguments of type int64.
Int64Checked implements operations on one (unary), two (binary), or many (nary) arguments of type int64, returning an error in cases such as overflow or an undefined operation.
Int8 implements operations on one (unary), two (binary), or many (nary) arguments of type int8.
Int8Checked implements operations on one (unary), two (binary), or many (nary) arguments of type int8, returning an error in cases such as overflow or an undefined operation.
IntChecked implements operations on one (unary), two (binary), or many (nary) arguments of type int, returning an error in cases such as overflow or an undefined operation.
Uint implements operations on one (unary), two (binary), or many (nary) arguments of type uint.
Uint16 implements operations on one (unary), two (binary), or many (nary) arguments of type uint16.
Uint16Checked implements operations on one (unary), two (binary), or many (nary) arguments of type uint16, returning an error in cases such as overflow or an undefined operation.
Uint32 implements operations on one (unary), two (binary), or many (nary) arguments of type uint32.
Uint32Checked implements operations on one (unary), two (binary), or many (nary) arguments of type uint32, returning an error in cases such as overflow or an undefined operation.
Uint64 implements operations on one (unary), two (binary), or many (nary) arguments of type uint64.
Uint64Checked implements operations on one (unary), two (binary), or many (nary) arguments of type uint64, returning an error in cases such as overflow or an undefined operation.
Uint8 implements operations on one (unary), two (binary), or many (nary) arguments of type uint8.
Uint8Checked implements operations on one (unary), two (binary), or many (nary) arguments of type uint8, returning an error in cases such as overflow or an undefined operation.
UintChecked implements operations on one (unary), two (binary), or many (nary) arguments of type uint, returning an error in cases such as overflow or an undefined operation.