writeBytes method

Free<F, Unit> writeBytes(
  1. FileRef file,
  2. IList<int> bytes
)

Implementation

Free<F, Unit> writeBytes(FileRef file, IList<int> bytes) => liftOp(new WriteBytes(file, bytes));