Ext_pointer.Immediate
module V : sig ... end
val unsafe_load_immediate : t -> V.t
load_immediate t assumes without checking that the value pointed to by t is immediate.
load_immediate t
t
val store_immediate : t -> V.t -> unit
store_int t i stores the immediate i to the memory address represented by t.
store_int t i
i