Crate anyrust

Source

Macros§

array
Create a new array
function
Create a new function
map
Create a new map
pair
Create a new pair
params
Create a new params array (same as array! macro)

Structs§

Any
type for all
Array
array type
Function
function type
Map
key-value map type
Null
type of null value
Pair
Any Tuple type
null
value of Null type

Traits§

Anyable
any trait
AutoCast
castable trait
ToArray
Trait for casting: Defines how to convert when cast to an array.
ToBoolean
Trait for casting: Defines how to convert when cast to a boolean.
ToFloat
Trait for casting: Defines how to convert when cast to a float.
ToFunction
Trait for casting: Defines how to convert when cast to a function.
ToInteger
Trait for casting: Defines how to convert when cast to an integer.
ToMap
Trait for casting: Defines how to convert when cast to a map.
ToPair
Trait for casting: Defines how to convert when cast to a Pair.
ToStr
Trait for casting: Defines how to convert when cast to a string.

Functions§

any
shortcut function for creating any value