Documentation ¶
Overview ¶
tripple is a tripple of values with other types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tripple ¶
type Tripple[A, B, C any] struct { // contains filtered or unexported fields }
Tripple is a container of 3 values of the other types.
func (Tripple[A, B, C]) Get ¶
func (t Tripple[A, B, C]) Get() (A, B, C)
Get returns the values of the Tripple.
func (Tripple[A, B, C]) GetA ¶
func (t Tripple[A, B, C]) GetA() A
GetA returns the value of the first element.
Click to show internal directories.
Click to hide internal directories.