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;
  2. auto PROT_READ;
    version(!linux && darwin)
    extern (C) const
    auto PROT_READ = 0x01;
  3. auto PROT_READ;

Meta