worksolutions/php-collections

В фабрику коллекций в метод from добавить реализацию с автоопределением передаваемых типов

sokolovsky opened this issue · 0 comments

CollectionFacrory::from(new ArrayIterator([1, 2, 3]))
тоже самое что
CollectionFacrory::fromIterable(new ArrayIterator([1, 2, 3]))