type Constant … type String … // Asm returns an assembly syntax representation of the string s. func (s String) Asm() string { … } // Bytes returns the length of s. func (s String) Bytes() int { … } func (s String) constant() { … } // Imm returns an unsigned integer constant with size guessed from x. func Imm(x uint64) Constant { … }