This will be helpful when we do things like Process.enumerateRanges(protection|specifier) in Rust.
I am using the same string form as shown in the docs
protection given as a string of the form: rwx, where rw- means “must be at least readable and writable”.
This will be helpful when we do things like
Process.enumerateRanges(protection|specifier)
in Rust. I am using the same string form as shown in the docs