package util // Equals is a mirror of `Equals` builtin. func Equals(a, b any) bool { return true }