Documentation Language: Swift

Type Alias

EByte

8-bit signed integer type for Ecore models.

typealias EByte = Int8

Discussion

Maps to Swift’s Int8 type, equivalent to Java’s byte.