writeByte
public func writeByte[W](mutating W, UInt8) -> Result[(), IoError] where W: Writable, W: not CopyableWrites a single byte, looping internally until it lands.
Defined in lang/std/io/write.ks
public func writeByte[W](mutating W, UInt8) -> Result[(), IoError] where W: Writable, W: not CopyableWrites a single byte, looping internally until it lands.
Defined in lang/std/io/write.ks