struct

Mrcv::Search::MatrixRange

Inherits Struct < Value < Object

Represents a continuous sub-range of compiler versions sharing a uniform execution status.

Constructors

new(start_version : Core::Version, end_version : Core::Version, status : MatrixStatus, versions : Array(Core::Version) = [] of Core::Version)
Source

Instance methods

end_version
Source
failed?
Source
includes?(version : Core::Version) : Bool
Source
passed?
Source
size
Source
start_version
Source
status
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source
versions
Source