Documentation ¶
Index ¶
Constants ¶
View Source
const ( Bare = iota BoundVars FreeVarsAndBoundVars )
View Source
const ( H8 = iota H24 H32 H40 HStr )
View Source
const (
UnitLimit = 256
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Argument ¶
type Argument struct { Typ int IsMerge bool FreeVars []string // free variables Ctr *Container Restrict *restrict.Argument Projection *projection.Argument BoundVars []transformer.Transformer // bound variables }
Click to show internal directories.
Click to hide internal directories.