package codex

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

Module N.Dict

type 'a t
val create : int -> 'a -> 'a t
val get : 'a t -> node -> 'a
val set : 'a t -> node -> 'a -> unit
val iter : 'a t -> (node -> 'a -> unit) -> unit
val copy : 'a t -> 'a t