RangeFromConstructible

public protocol RangeFromConstructible

Protocol backing the postfix .. operator (start..).

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

Associated Types

type Output

Methods

func rangeFrom() -> Output

Builds the partial range [self, +∞).

Defined in lang/std/core/range.ks