#root
prelude root/prelude.vi
The prelude, which defines items that are in scope without needing to be explicitly imported.
The prelude includes:
IO- numeric types (
N32,N64,Nat,I32,Int,F32) List,Char, andString- logical types (
Bool,Option,Result) and their variants (None,Some,Ok,Err) - the
ForkandDroptraits - core utility functions (
black_box,replace,swap) - the
debugmodule, theShowtrait, and the.dbg/.dbg_msgmethods - the
unsafemodule