Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExprBlock cc.ExprOp = 100000 + iota ExprSlice AndNot AndNotEq ColonEq )
View Source
const ( BlockNoBrace cc.StmtOp = 100000 + iota ForRange )
View Source
const ( Bool cc.TypeKind = 100000 + iota Int8 Uint8 Byte Int16 Uint16 Int Uint Int32 Rune Uint32 Uintptr Int64 Uint64 Float32 Float64 Ideal String Slice )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PrintSpecial ¶
type PrintSpecial int
const ( Indent PrintSpecial = iota Unindent Untab Newline )
Click to show internal directories.
Click to hide internal directories.