Skip to main content

SEPARATORS

Constant SEPARATORS 

Source
pub const SEPARATORS: &'static [char];
🔬This is a nightly-only experimental API. (const_path_separators)
Expand description

All path separators recognized on the current platform, represented as chars; for example, this is &['/'][..] on Unix and &['\\', '/'][..] on Windows. The primary separator is always element 0 of the slice.