Skip to content
Axe Programming Language
std.term
Initializing search
GitHub
Axe Programming Language
GitHub
Home
Getting Started
Types
Types
Primitive Types
Foreign Types
Opaque Types
Standard Library
Standard Library
std.algorithms
std.arena
std.csv
std.errors
std.string
std.memory
std.io
std.math
std.maps
std.net
std.parallelism
std.time
std.term
std.term
Table of contents
def clear_screen()
def color_text(text: string, color_code: i32): string
std.regex
std.typecons
std.lists
std.json
std.crypto
std.random
std.uuid
std.os
Control Flow
Modules
String Handling
Lists
Function Call Conventions
Extern Functions
Error Handling
Concurrency and Parallelism
Macros
Generics
Overloads
Unsafe Blocks
Memory Management
Pointers
Pointers
Dereferencing
Taking Addresses
Tooling
Tooling
Saw CLI
Axels
Axedoc
Table of contents
def clear_screen()
def color_text(text: string, color_code: i32): string
.\term.axec
def clear_screen()
def color_text(text: string, color_code: i32): string