S_IFMT

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

Meta