RTLD_LOCAL

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

Meta