Module forth3::dictionary
source · Structs
- A dictionary entry for an asynchronous builtin word.
- Entries 🔒Iterator over a
Dictionary
’s entries. - A handle to an owned, mutable dictionary allocation.
- A handle to a shared, atomically reference counted dictionary allocation.
Enums
- CurrDict 🔒
- Where a dictionary entry was found
Traits
- A set of asynchronous builtin words, and a method to dispatch builtin names to
Future
s.