store_field

Function store_field 

Source
pub unsafe fn store_field(block: Value, offset: Size, value: Value)
Expand description

Stores the value in the block at offset.

ยงSafety

No bounds checking or validation of the OCaml values is done in this function