You're looking at the documentation for the "main" branch, click here to view the documentation for the latest stable release.

The prelude

Inko automatically imports certain symbols into your modules. These symbols are part of what is called "the prelude".

The prelude includes the following types and methods:

SymbolSource module
Arraystd.array
Booleanstd.bool
ByteArraystd.byte_array
Floatstd.float
Intstd.int
Mapstd.map
Nilstd.nil
Optionstd.option
Resultstd.result
Stringstd.string
panicstd.process