Skip to main content

Module v2

Module v2 

Source

Re-exports§

pub use concrete_type::ConcreteType;

Modules§

closure_layout
Typed closure layout for v2 runtime.
closure_raw
Raw TypedClosureHeader allocation + accessor helpers.
concrete_type
Concrete monomorphized type for v2 runtime.
decimal_obj
Refcounted, repr(C) Decimal carrier for v2 runtime.
function_type_registry
Function-signature registry for Phase F Function<A, R> dispatch.
heap_element
v2-raw HeapHeader-equipped element carrier trait.
heap_header
8-byte heap header for all v2 heap-allocated objects.
refcount
Inline refcount operations for v2 heap objects.
string_obj
Refcounted, repr(C) string for v2 runtime.
struct_layout
typed_array
Typed contiguous array for v2 runtime.
typed_map
Typed hash map for v2 runtime.
typed_option
Typed Option representations for v2 runtime.
typed_result
Typed Result representations for v2 runtime.