⚠️ Oops! This page doesn't appear to define a type called _.

ColourExample-Usingbeltset

This module does not have a toplevel documentation block.

type colour = | Red | Green | Blue | White | Black | Hex(int, int, int) | Named(string)

module ColourComparator : Belt.Id.MakeComparable

module Set : Belt.Set