package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.