package stdcompat

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

Module Kn.BucketSource

Sourcetype ('k, 'd) t
Sourceval make : unit -> ('k, 'd) t
Sourceval add : ('k, 'd) t -> 'k array -> 'd -> unit
Sourceval remove : ('k, 'd) t -> 'k array -> unit
Sourceval find : ('k, 'd) t -> 'k array -> 'd option
Sourceval length : ('k, 'd) t -> int
Sourceval clear : ('k, 'd) t -> unit