inline fn isAtLeast(self: Os, comptime tag: Tag, version: anytype) ?bool
Checks if system is guaranteed to be at least version or older than version. Returns null if a runtime check is required.
version
null
self: Os,
tag: Tag,
version: anytype,