package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit ['a, 'b] Oassoc.oassoc
method empty : 'o
method add : ('a * 'b) -> 'o
method iter : (('a * 'b) -> unit) -> unit
method view : ('a * 'b, 'o) Ocollection.view
method del : ('a * 'b) -> 'o
method mem : ('a * 'b) -> bool
method null : bool
method assoc : 'a -> 'b
method delkey : 'a -> 'o
method keys : 'a list
method private myflush : unit
method misc_op_hook2 : unit