类型别名

type Byte

public type Byte = UInt8

功能:Byte 类型是内置类型 UInt8 的别名。

type Int

public type Int = Int64

功能:Int 类型是内置类型 Int64 的别名。

type UInt

public type UInt = UInt64

功能:UInt 类型是内置类型 UInt64 的别名。