package commons

  1. Overview
  2. Docs
type _color =
  1. | Foreground
  2. | White
  3. | Black
  4. | Cyan
  5. | Green
  6. | Yellow
  7. | Red
  8. | Bright_blue
  9. | Forced_black
  10. | Forced_white
type color_code =
  1. | Int of int
  2. | String of string