Module Vec256.Ref

type ('a : vec256) t = {
  1. mutable contents : 'a;
}
val create : 'a. 'a -> 'a t @@ portable
val get : 'a. 'a t -> 'a @@ portable
val set : 'a. 'a t -> 'a -> unit @@ portable
module O : sig ... end