Equana
Under the Hood
Features
Examples
Docs
Try It Free
Log in
Reference
/
Types
🏷️
Types
Type introspection and conversion functions.
bool
Convert a value to boolean.
bool(x) → Boolean value
isa
Test if a value is an instance of a type.
isa(x, T) → true if x is of type T
typename
Get the human-readable type name of a value.
typename(x) → Type name string
typeof
Get the type tag of a value.
typeof(x) → Type tag string