the_stars/utils

Values

pub fn clamp_float(value: Float, min: Float, max: Float) -> Float
pub fn clamp_int(value: Int, min: Int, max: Int) -> Int
pub const hex_cap: Int
pub const hex_max: Int
pub const hex_min: Int
pub fn hex_to_int(value: String) -> Result(Int, Nil)
pub fn int_to_hex_char(
  value: Int,
) -> Result(String, errors.ParseError)
Search Document