POSIX_MADV_SEQUENTIAL

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

Meta