View Source Tint.Interval (Tint v1.3.0)

An interval of two values with custom boundaries.

Summary

Types

@type bound() :: :infinity | number()
@type t() :: %Tint.Interval{
  exclude_max: boolean(),
  exclude_min: boolean(),
  max: bound(),
  min: bound()
}