Structs§
- VmAtomic
Handle - An atomic integer handle for the VM.
- VmChannel
Handle - A channel handle for the VM (uses tokio mpsc).
- VmClosure
- A compiled closure value.
- VmEnv
- VM environment for variable storage.
- VmTask
Handle - A spawned async task handle with cancellation support.
Enums§
Functions§
- closest_
match - Find the closest match from a list of candidates using Levenshtein distance.
Returns
Some(suggestion)if a candidate is withinmax_distedits. - compare_
values - values_
equal
Type Aliases§
- VmAsync
Builtin Fn - An async builtin function for the VM.
- VmBuiltin
Fn - Sync builtin function for the VM.
- VmJoin
Handle - The raw join handle type for spawned tasks.