Crate runmat_builtins

Crate runmat_builtins 

Source

Re-exports§

pub use inventory;

Structs§

BuiltinDoc
BuiltinFunction
Simple builtin function definition using the unified type system
CellArray
CharArray
ClassDef
Closure
ComplexTensor
Constant
A constant value that can be accessed as a variable
HandleRef
Reference to a GC-allocated object providing language handle semantics
Listener
Event listener handle for events
LogicalArray
MException
MethodDef
ObjectInstance
PropertyDef
StringArray
StructValue
Tensor

Enums§

AccelTag
Acceleration metadata describing GPU-friendly characteristics of a builtin.
Access
IntValue
NumericDType
Type
Enhanced type system used throughout RunMat for HIR and builtin functions Designed to mirror Value variants for better type inference and LSP support
Value

Functions§

builtin_docs
builtin_functions
constants
get_class
get_static_property_value
lookup_method
Resolve a method through the inheritance chain, returning the method definition and the name of the class where it was defined.
lookup_property
Resolve a property through the inheritance chain, returning the property definition and the name of the class where it was defined.
register_class
set_static_property_value
set_static_property_value_in_owner
Set a static property, resolving the defining ancestor class for storage.