component types

complex64/complex128

a + bi → complex128

complex(a, b)


assuming c of complexN

real(c)

imag(c)

bool

byte=uint8

[u]int

[u]intN

float32/64

uintptr

rune = int32

ā€˜c’