package helper func GetFirst[T, U any](val T, _ U) T { return val } func GetSecond[T, U any](_ T, val U) U { return val }