I've encountered an issue that eg. `Set::getIterator()` is present in polyfill but not in ext-ds. What is intended? https://github.com/php-ds/polyfill/blob/494494c700f286656154f5617127fd0cbfa60e54/src/Set.php#L411-L416
I've encountered an issue that eg.
Set::getIterator()is present in polyfill but not in ext-ds. What is intended?polyfill/src/Set.php
Lines 411 to 416 in 494494c