Skip to main content

Crate intuicio_frontend_simpleton

Crate intuicio_frontend_simpleton 

Source

Modules§

library
nodes
parser
script

Macros§

map

Structs§

Function
A registered function, as a value a script can hold.
Reference
A shared handle to a script value, or null.
Transferable
A whole graph of references, packed up to cross a thread.
Transferred
Marker left behind by a value that moved to another thread.
Type
A registered type, as a value a script can hold.

Functions§

frontend_simpleton_version

Type Aliases§

Array
The list type scripts see.
Boolean
The boolean type scripts see.
Integer
The whole number type scripts see.
Map
The map type scripts see, keyed by text.
Real
The fractional number type scripts see.
Text
The text type scripts see.