Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
IM
is a map using ipaddr
as key.
include Stdlib.Map.S with type key = Ipaddr.V4.t
type key = Ipaddr.V4.t
val empty : 'a t
val is_empty : 'a t -> bool
val cardinal : 'a t -> int
val find : Ipaddr.V4.t -> 'a t -> 'a option