package jenga

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

'a With_store.t lets you serialize and later deserialize a data structure that contains ts in it.

type 'a t
val __bin_read_t__ : 'a Core.Bin_prot.Read.reader -> (int -> 'a t) Core.Bin_prot.Read.reader
val snapshot : 'a -> 'a t
val value : 'a t -> 'a