Builtin package¶
The builtin package is home to the following standard library members:
- Types the compiler needs to know exist, such as None.
- Types with "magic" internal workings that must be supplied directly by the compiler, such as U32.
- Any types needed by others in builtin.
The public types that are defined in this package will always be in scope for every Pony source file. For details on specific packages, see their individual entity entries.
Public Types¶
- primitive U8
- primitive U16
- primitive U32
- primitive U64
- primitive ULong
- primitive USize
- primitive U128
- type Unsigned
- interface Stringable
- class String
- class StringBytes
- class StringRunes
- interface InputNotify
- interface InputStream
- actor Stdin
- type ByteSeq
- interface ByteSeqIter
- interface OutStream
- actor StdStream
- interface SourceLoc
- primitive I8
- primitive I16
- primitive I32
- primitive I64
- primitive ILong
- primitive ISize
- primitive I128
- type Signed
- interface Seq
- struct RuntimeOptions
- trait Real
- trait Integer
- trait SignedInteger
- trait UnsignedInteger
- trait FloatingPoint
- type Number
- type Int
- interface ReadSeq
- interface ReadElement
- struct Pointer
- primitive Platform
- struct NullablePointer
- primitive None
- interface Iterator
- primitive F32
- primitive F64
- type Float
- class Env
- primitive DoNotOptimise
- interface DisposableActor
- primitive Less
- primitive Equal
- primitive Greater
- type Compare
- interface HasEq
- interface Equatable
- interface Comparable
- primitive Bool
- type AsioEventID
- interface AsioEventNotify
- primitive AsioEvent
- class Array
- class ArrayKeys
- class ArrayValues
- class ArrayPairs
- interface Any
- primitive AmbientAuth