View Source Interval.Endpoint (Interval v0.1.0)

An endpoint in an Interval.

An Endpoint represents the left- or right-most point of an interval.

Link to this section Summary

Functions

Create a new exclusive Endpoint.

Create a new inclusive Endpoint.

Create a new Endpoint

Link to this section Types

@type t() :: %Interval.Endpoint{inclusive: term(), point: term()}

Link to this section Functions

Create a new exclusive Endpoint.

Create a new inclusive Endpoint.

Create a new Endpoint

Link to this function

point_impl_for(endpoint)

View Source