package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Default
  2. | Alphabetical
    (*

    Order the people by their display name.

    *)
  3. | Best
    (*

    Order people based on the relevence to the viewer.

    *)
val to_string : t -> string
val of_string : string -> t