Fields

min: Version,
max: Version,

Functions

fn includesVersion(self: Range, ver: Version) bool

No documentation provided.

fn isAtLeast(self: Range, ver: Version) ?bool

Checks if system is guaranteed to be at least version or older than version….

Checks if system is guaranteed to be at least version or older than version. Returns null if a runtime check is required.