Skip to content

Method getIterable() does not seem to exist in ext-ds while it does in polyfill #73

@simPod

Description

@simPod

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

public function getIterator()
{
foreach ($this->table as $key => $value) {
yield $key;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions