Module julia::api::primitive [] [src]

Module providing Rusty versions of the native Julia primitive types and abstract types describing them.

Char and all Number subtypes are included, except for Irrational.

Structs

Complex

Corresponds to the Complex{T<:Real} generic type.

Rational

Corresponds to the Rational{T<:Integer} generic type.

Traits

AbstractFloat

Corresponds to the AbstractFloat abstract type.

Integer

Corresponds to the Integer abstract type.

Number

Corresponds to the Number abstract type.

Real

Corresponds to the Real abstract type.

Signed

Corresponds to the Signed abstract type.

Unsigned

Corresponds to the Unsigned abstract type.

Type Definitions

Bool
Char
Float32
Float64
Int
Int8
Int16
Int32
Int64
UInt
UInt8
UInt16
UInt32
UInt64