Skip to content

Conversation

@acabarbaye
Copy link
Contributor

Description

  • added set operations
  • make use of Sequences for quicker operations on collections
  • added a for each method

Test Coverage

  • This change is covered by existing or additional automated tests.
  • Manual testing has been performed (and evidence provided) as automated testing was not feasible.
  • Additional tests are not required for this change (e.g. documentation update).

for i := range slice {
if !slice[i] {
return false
// AnyFalseSequence returns true if there is at least one element of the sequence which is false.
Copy link
Contributor

Choose a reason for hiding this comment

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

just mention the empty case in the docstring too

joshjennings98
joshjennings98 previously approved these changes Nov 18, 2025
@acabarbaye acabarbaye merged commit 135f74e into master Nov 18, 2025
6 checks passed
@acabarbaye acabarbaye deleted the collection-extension branch November 18, 2025 09:37
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.

3 participants