package
0.1.1
Repository: https://github.com/ldclabs/ldvm.git
Documentation: pkg.go.dev

# Functions

BigInt creates a *big.Int Value.
Bool creates a bool Value.
CtxValue returns the Value stored in the context.Context, or nil if not stored.
CtxWith returns a new context.Context with the Value stored in it.
No description provided by the author
DoIfCtxValueValid calls the function fn with the Value stored in the context.Context.
Float64 creates a float64 Value.
Int creates a int64 Value.
Int64 creates a int64 Value.
NewList creates a new List Value with given capacity.
NewMap creates a new Map Value with given capacity.
String creates a string Value.
Time creates a time.Time Value.

# Constants

Invalid is used for a Value without data.
VbigInt is a *big.Int Value.
No description provided by the author
No description provided by the author
No description provided by the author
Vlist is a []Value Value.
Vmap is a map[string]Value Value.
No description provided by the author
Vtime is a time.Time Value.

# Structs

Log repsents a log object base on Value.
Value represents a value of a set of types.

# Type aliases

No description provided by the author
List represents a list of Values.
Map represents a map of string to Value.