tutus-chain/pkg/compiler/testdata/util/equals.go

7 lines
101 B
Go
Executable File

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