IntervalMap.InvalidIntervalError exception (interval_map v0.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

bound() :: IntervalMap.bound()

Specs

t() :: %IntervalMap.InvalidIntervalError{
  __exception__: term(),
  left: bound(),
  message: String.t(),
  right: bound()
}