Module forth3::dictionary
source ยท Structsยง
- AsyncBuiltinEntry
async
A dictionary entry for an asynchronous builtin word. - DictionaryBump ๐
- Entries ๐Iterator over a
Dictionary
โs entries. - EntryBuilder ๐
- A handle to an owned, mutable dictionary allocation.
- SharedDict ๐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.