builtins
List of built-in types of Ether. More...
Types
Description
The following types are built-in.
Type details
Parent type of all other types.
Integer value.
Values of this type are integer numbers in range from −2
31 to 2
31−1.
Long integer value.
Values of this type are integer numbers in range from −2
63 to 2
63−1.
Single precision floating point number.
Double precision floating point number.
Boolean value.
Values of this type are
true
and
false
.
A sequence of characters.
Parent type or all array types.
Byte array.
Bytes are represented as signed
Int
values in range from −128 to 127.
Character array.
Characters are represented as unsigned
Int
values in range from 0 to 65535.
Parent type of all structure types.
Parent type of all functional types.
Error thrown in exceptional situations.
See
error.eh for details.