PROT_READ

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. auto PROT_READ;
    version(linux)
    extern (C) const
    auto PROT_READ = 0x1;
  2. auto PROT_READ;
  3. auto PROT_READ;

Meta