Module forth3::dictionary
source · Structs§
- AsyncBuiltinEntry
async
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§
- AsyncBuiltins
async
A set of asynchronous builtin words, and a method to dispatch builtin names toFuture
s.