Skip to main content

Module value

Module value 

Source

Structs§

VmAtomicHandle
An atomic integer handle for the VM.
VmChannelHandle
A channel handle for the VM (uses tokio mpsc).
VmClosure
A compiled closure value.
VmEnv
VM environment for variable storage.

Enums§

VmError
VmValue
VM runtime value.

Functions§

closest_match
Find the closest match from a list of candidates using Levenshtein distance. Returns Some(suggestion) if a candidate is within max_dist edits.
compare_values
values_equal

Type Aliases§

VmAsyncBuiltinFn
An async builtin function for the VM.
VmBuiltinFn
Sync builtin function for the VM.
VmTaskHandle
A spawned async task handle.