in ops/ops.go [195:200]
func isFunction(arg any) bool { if arg == nil { return false } return reflect.TypeOf(arg).Kind() == reflect.Func }