Results for “Std.Io.write”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Io.write
Str -> Str -> Result[(), Str]A file replaced with the given contents.
- Std.Io.withAppender
Str -> fn(Std.Io.Writer) -> Result[T, Std.Io.IoError] -> Result[T, Std.Io.IoError]Write after what the file already holds.
- Std.Io.withWriter
Str -> fn(Std.Io.Writer) -> Result[T, Std.Io.IoError] -> Result[T, Std.Io.IoError]Write a file the same way, replacing whatever it held.
- Std.Io.writeTextTo
&Std.Io.Writer -> Str -> Result[(), Std.Io.IoError]Write text through a writer, as its UTF-8 encoding.
- Std.Io.writeTo
&Std.Io.Writer -> &Bytes -> Result[(), Std.Io.IoError]Write bytes through a writer.
