package luv

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Dirent.KindSource

Sourcetype t = [
  1. | `BLOCK
  2. | `CHAR
  3. | `DIR
  4. | `FIFO
  5. | `FILE
  6. | `SOCKET
  7. | `UNKNOWN
]