Unsafe.Elt
type 'a heap = 'a t
type 'a t
val value : 'a t -> 'a heap -> 'a
value t heap returns the value in the heap controlled by this token if the value is still in the heap and heap and t match. Otherwise the behavior is unspecified and could lead to segfaults.
value t heap
heap
t