Module Int32.ExceptionlessSource

Operations on Map without exceptions.

Sourceval find : key -> 'a t -> 'a option
Sourceval choose : 'a t -> (key * 'a) option
Sourceval any : 'a t -> (key * 'a) option