package utilities type Pair[T, U any] struct { First T Second U }