package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Jan 19, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type Pair[T1, T2 any] struct {
First T1
Second T2
}
Pair contains two values like c++ std::pair
func Make[T1, T2 any](first T1, second T2) Pair[T1, T2]
Make creates a pair by values
Source Files
¶
Click to show internal directories.
Click to hide internal directories.