package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method empty : 'o
method add : (int * 'a) -> 'o
method iter : ((int * 'a) -> unit) -> unit
method view : (int * 'a, 'o) Ocollection.view
method del : (int * 'a) -> 'o
method mem : (int * 'a) -> bool
method null : bool
method assoc : int -> 'a
method delkey : int -> 'o
method keys : int list
method first : 'a
method last : 'a
method nth : int -> 'a