flix

0.70.0

Fs.InMemoryFs.Entry

enum Entry with ToStringSource
case BinaryEntry(Vector[Int8])case TextEntry(String)

The content of an in-memory entry.

Instances

instance ToString[Entry]Source