Documentation
¶
Overview ¶
Package tuple contains the implementation of the tuple plugin, which generates the deriveTuple function.
The deriveTuple function takes its input parameters and returns a function that returns those parameters.
deriveTuple(A, B, ...) func() (A, B, ...)
deriveTuple is useful, since a tuple is not a first class citizen in go, but a function that returns a tuple is.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.