markrogoyski / itertools-php

PHP Iteration Tools Library
MIT License
140 stars 11 forks source link

`Set::union()` method added #45

Closed Smoren closed 1 year ago

Smoren commented 1 year ago

Hi @markrogoyski,

I've added new methods and covered them by tests:

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4368218265

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 4361445493: 0.001%
Covered Lines: 758
Relevant Lines: 759

💛 - Coveralls
Smoren commented 1 year ago

This branch is rebased from develop.

markrogoyski commented 1 year ago

Hi @Smoren,

Thanks for the PR. It's neat that you were able to make use of partialIntersection to implement it.

Mark

Smoren commented 1 year ago

Thank you for merging this PR!