package core_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Unsafe.EltSource

Sourcetype 'a heap = 'a t
Sourcetype 'a t
Sourceval 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.

OCaml

Innovation. Community. Security.