Modules
std
fs
path
sep
Constant sep
[src]
Source
pub const sep = switch (native_os) { .windows, .uefi => sep_windows, else => sep_posix, }