Skip to main content

OS_ENUM

Static OS_ENUM 

Source
pub static OS_ENUM: BuiltinEnumDef
Expand description

The built-in Os enum for operating system detection.

Variants:

  • Linux (index 0): Linux
  • Macos (index 1): macOS / Darwin

Used with @target_os() intrinsic for platform-specific code.