Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change func to exists in where clauses #625

Open
Verdagon opened this issue Aug 31, 2023 · 0 comments
Open

Change func to exists in where clauses #625

Verdagon opened this issue Aug 31, 2023 · 0 comments

Comments

@Verdagon
Copy link
Collaborator

For example, change where func drop(T)void to where exists drop(T)void.

The problem is that people will be searching for func myFuncName and these bounds will show up in those results.

On top of that, braces often come after these bounds, making it look like a function definition instead of a bound.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant