AbstractSet.php
Interfaces, Classes, Traits and Enums
- AbstractSet
- This class contains the basic implementation of a collection that does not allow duplicated values (a set), to minimize the effort required to implement this specific type of collection.