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

fix: use any1 instead of T in function extensions #629

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

vbarua
Copy link
Member

@vbarua vbarua commented Apr 17, 2024

The functions:

  • least
  • least_skip_null
  • greatest
  • greatest_skip_null
    index_in

were declared as consuming a value of type T, which is not a valid type

least, least_skip_null, greatest, greatest_skip_null and index_in were
declared as consuming a value of type T, which is not a valid type
Copy link
Member

@westonpace westonpace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for cleaning this up!

@vbarua vbarua merged commit 0bddf68 into main Apr 18, 2024
13 checks passed
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

Successfully merging this pull request may close these issues.

4 participants