package raygui

  1. Overview
  2. Docs
type t =
  1. | Left
  2. | Center
  3. | Right
val to_int : t -> int