ComplexType is here for the purposes of documentation only. It is a stand-in for either complex type: complex64 or complex128.
type ComplexType complex64
FloatType is here for the purposes of documentation only. It is a stand-in for either float type: float32 or float64.
type FloatType float32
IntegerType is here for the purposes of documentation only. It is a stand-in for any integer type: int, uint, int8 etc.
type IntegerType int
Type is here for the purposes of documentation only. It is a stand-in for any Go type, but represents the same type for any given function invocation.
type Type int
Type1 is here for the purposes of documentation only. It is a stand-in for any Go type, but represents the same type for any given function invocation.
type Type1 int