Variable nullDeviceConst Experimental

nullDevice: DeviceDriver = ...

Simulates the /dev/null device.

  • Reads return 0 bytes (EOF).
  • Writes discard data, advancing the file position.