# Functions
NewBuilder creates a new builder from a package Path and an indexing.T which manages representing indexing expressiosn.
No description provided by the author
# Structs
No description provided by the author
Builder is a type which supports coordinating higher level Go objects (funcs, slices, maps, ...) with the lower level memory model and typeset.
Chan object
c.loc represents pointer c.slot represents things sent to and received from the channel.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Slices are modelled as follows.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author