init code
This commit is contained in:
6
internal/utils/typex/pair.go
Normal file
6
internal/utils/typex/pair.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package typex
|
||||
|
||||
type Pair[T any, V any] struct {
|
||||
First T
|
||||
Second V
|
||||
}
|
||||
Reference in New Issue
Block a user