Range Class

Definition

Line 10 of System.Parsing/Range.cm

Constructors & Destructor

public constexpr nothrow Range(int first_, int last_)

Member Variables

public int first
public int last

Constructor& Destructor Details

Range Constructor

public constexpr nothrow Range(int first_, int last_)

Definition
Line 12 of System.Parsing/Range.cm