package tezt

  1. Overview
  2. Docs

Radix trees for string lists.

This module is only exposed so that it can be tested in test/common/tests.ml.

type t
val empty : t
val add : string list -> t -> t
val mem_prefix_of : string list -> t -> bool