Constant sep [src]

Source

pub const sep = switch (native_os) { .windows, .uefi => sep_windows, else => sep_posix, }