Skip to main content

STACK_CLOSURE_HEADER_SIZE

Constant STACK_CLOSURE_HEADER_SIZE 

Source
pub const STACK_CLOSURE_HEADER_SIZE: usize = 8;
Expand description

Byte size of the stack closure header: function_id (4) + type_id (4).