Mojo package
builtin
Implements the builtin package.
Modules
-
anytype
: Defines theAnyType
trait. -
bool
: Implements the Bool class. -
breakpoint
: This module includes the builtin breakpoint function. -
builtin_list
: Implements the ListLiteral class. -
builtin_slice
: Implements slice. -
comparable
: -
constrained
: Implements compile time constraints. -
coroutine
: Implements classes and methods for coroutines. -
debug_assert
: Implements a debug assert. -
dtype
: Implements the DType class. -
equality_comparable
: -
error
: Implements the Error class. -
file
: Implements the file based methods. -
file_descriptor
: Higher level abstraction for file stream. -
float_literal
: Implements the FloatLiteral class. -
floatable
: Implements theFloatable
andFloatableRaising
traits. -
format_int
: Provides thehex
andbin
functions. -
identifiable
: -
int
: Implements the Int class. -
int_literal
: Implements the IntLiteral class. -
io
: Provides utilities for working with input/output. -
len
: Provides thelen()
function and its associated traits. -
math
: Defines basic math functions for use in the open source parts of the standard library since themath
package is currently closed source and cannot be depended on in the open source parts of the standard library. -
none
: Defines the builtinNoneType
. -
object
: Defines the object type, which is used to represent untyped values. -
range
: Implements a 'range' call. -
rebind
: Implements type rebind. -
repr
: Provide therepr
function. -
reversed
: Provides thereversed
function for reverse iteration over collections. -
simd
: Implements SIMD struct. -
sort
: Implements the built-insort
function. -
str
: Provides thestr
function. -
string_literal
: Implements the StringLiteral class. -
swap
: Implements the built-inswap
function. -
tuple
: Implements the Tuple type. -
type_aliases
: Defines some type aliases. -
uint
: Implements the UInt class. -
value
: Defines core value traits.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!