FileBase.Handle

Platform-specific file handle. On Posix systems, this is the file descriptor int. On Windows, this is a HANDLE.

  1. alias Handle = int
    struct FileBase
    version(Posix)
    alias Handle = int
  2. alias Handle = HANDLE

Meta