Replies: 1 comment
-
The actual method body simply checks if value * 10 > size without explicitly creating or manipulating an array. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a more complex example, I need to test whether an array exists that satisfies a condition.
I've created an artificial example using the 2 methods I've found to run these kind of tests, however, it doesn't work and I can't find why.
The example is deliberately artificial.
Could someone help me get these examples (which use an array with certain conditions) to work?
Is there a better syntax?
Beta Was this translation helpful? Give feedback.
All reactions