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
amount(collection)
Currently, amount is defined as
amount
SplittablesBase.jl/src/amount.md
Lines 28 to 31 in e87e5b9
So it's an upper bound of length that is monotonically increasing. Maybe this is too strict.
length
For example, maybe it's better to use the commented out code in
SplittablesBase.jl/src/implementations.jl
Lines 199 to 207 in e87e5b9
which is impossible with the current definition of amount. But the question is how to define a useful property.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently,
amount
is defined asSplittablesBase.jl/src/amount.md
Lines 28 to 31 in e87e5b9
So it's an upper bound of
length
that is monotonically increasing. Maybe this is too strict.For example, maybe it's better to use the commented out code in
SplittablesBase.jl/src/implementations.jl
Lines 199 to 207 in e87e5b9
which is impossible with the current definition of
amount
. But the question is how to define a useful property.The text was updated successfully, but these errors were encountered: