rexlang-util 3.9.11

Rex: A strongly-typed, pure, implicitly parallel functional programming language
Documentation
1
2
3
4
5
6
7
8

pub declare fn debug (x: a) -> string where Show a
pub declare fn info (x: a) -> string where Show a
pub declare fn warn (x: a) -> string where Show a
pub declare fn error (x: a) -> string where Show a

pub declare fn write_all (fd: i32) -> (contents: Array u8) -> ()
pub declare fn read_all (fd: i32) -> Array u8