Module debris_llir::debris_object
source · Structs
- Objects are a central type for the compiler. Basically anything that can be assigned to a variable is an object. This includes numbers, function, modules, and more. It is possible to cast the
ObjectPayload
to its original value. BecauseDebrisObject
is unsized, it generally only accessed asObjectRef
- This struct is used to pass objects around
Traits
- A trait for values that can be used as debris object payload
Type Aliases
- The type of the properties map