Constant R_OK [src]
Test for read permission.
Source
pub const R_OK = switch (native_os) {
.linux => linux.R_OK,
.emscripten => emscripten.R_OK,
else => 4,
}
pub const R_OK = switch (native_os) {
.linux => linux.R_OK,
.emscripten => emscripten.R_OK,
else => 4,
}