Files
ivy/doc/std/io/StreamWriter.im

8 lines
84 B
Plaintext

package std.io
protocol StreamWriter
- flush
- print:msg
- put:msg
end