OSKindΒΆ

OSKind :: enum u32 {
    Unknown :: 0;
    Windows;
    Linux;
    MacOS;
}

Describe supported platforms.

Declared in: a.bl