package uring

  1. Overview
  2. Docs

Module type Uring.FLAGSSource

Sourcetype t = private int

A set of flags.

Sourceval empty : t
Sourceval of_int : int -> t
Sourceval (+) : t -> t -> t

a + b is the union of the sets.

Sourceval mem : t -> t -> bool

mem x flags is true iff x is a subset of flags.

OCaml

Innovation. Community. Security.