RangeUpToConstructible

public protocol RangeUpToConstructible

Protocol backing the prefix ..< operator (..<end).

Output is the range type produced — usually RangeUpTo[Self].

Associated Types

type Output

Methods

func rangeUpTo() -> Output

Builds the partial range (-∞, self).

Defined in lang/std/core/range.ks