We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The BCL F# Seq module has some other really helpful functions, do you have plans to implement them? need help/accept PR?
average averageBy cache countBy distinct distinctBy exactlyOne exists exists2 forall forall2 groupBy iteri last maxBy minBy nth pairwise pick reduce skipWhile sort sortBy takeWhile truncate tryFind tryFindIndex tryPick windowed zip3
The text was updated successfully, but these errors were encountered:
Yes, would love a PR on this. Note that the code should be using curry or curry_flipped style functions instead of the nested (function returning) functions. See here for an example: https://github.com/cognitedata/Expression/blob/main/expression/collections/block.py#L669
curry
curry_flipped
Sorry, something went wrong.
Note: curry_flipped got renamed into curry_flip
curry_flip
#87
No branches or pull requests
The BCL F# Seq module has some other really helpful functions, do you have plans to implement them? need help/accept PR?
The text was updated successfully, but these errors were encountered: