github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/pkg/base/pair.go (about) 1 package base 2 3 type Pair[T, U any] struct { 4 First T 5 Second U 6 }