Io
io — API Reference
Section titled “io — API Reference”Import:
std/io.axs
Public Functions (4)
Section titled “Public Functions (4)”| Function | Signature | Return Type |
|---|---|---|
println | (n: i64) | void |
println_bool | (b: bool) | void |
print2 | (a: i64, b: i64) | void |
print3 | (a: i64, b: i64, c: i64) | void |
Signatures
Section titled “Signatures”println(n: i64) → voidprintln_bool(b: bool) → voidprint2(a: i64, b: i64) → voidprint3(a: i64, b: i64, c: i64) → voidFFI Extern Declarations (2)
Section titled “FFI Extern Declarations (2)”These are private C/system function bindings used internally by the module.
| Symbol | Parameters | Return Type |
|---|---|---|
print_i64 | i64 | void |
axon_panic | (ptr i8) | void |
Auto-generated from std/io.axs by scripts/gen_docs.sh