package hachis

  1. Overview
  2. Docs
type t

A type of elements (in a hash set) or keys (in a hash map).

val void : t

A sentinel value is a special value that must never be supplied as an argument to an operation such as add or find. A non-sentinel value x satisfies x != void && x != tomb. The sentinel values void and tomb must be distinct: that is, void != tomb must hold.

val tomb : t

A sentinel value is a special value that must never be supplied as an argument to an operation such as add or find. A non-sentinel value x satisfies x != void && x != tomb. The sentinel values void and tomb must be distinct: that is, void != tomb must hold.

OCaml

Innovation. Community. Security.