Expand description
Structs§
- Args
- Checked, already-evaluated positional arguments passed to a callable.
- Object
Header - Identity and trust header attached to every runtime object.
- RawArgs
- Unevaluated argument expressions passed to a raw callable.
Traits§
- Claim
Sink - Sink that collects claims emitted while reflecting over an object.
- Object
- Base protocol implemented by every runtime value.
- Object
Compat - Bridge that exposes typed protocol views (class, callable, shape, encoder, number, fabric, stream, and related accessors) for objects that do not resolve them through operations.
Functions§
- default_
object_ header - The shared anonymous
ObjectHeaderused by objects without their own. - is_
default_ object_ header - Whether
headeris the shared anonymousdefault_object_header.
Type Aliases§
- Class
Ref - Runtime value carrying a class object.
- Read
Constructor Ref - Runtime value carrying a read-constructor object.
- Shape
Ref - Runtime value carrying a shape object.
- Table
Ref - Runtime value carrying a table object.