package owi

  1. Overview
  2. Docs

runtime table

type 'env table = 'env Value.ref_value array
type 'env t = {
  1. id : int;
  2. label : string option;
  3. limits : Types.limits;
  4. type_ : Types.ref_type;
  5. mutable data : 'env table;
}
val update : 'a t -> 'a table -> unit