Data/Types/ResourceListInterface.php

List Interface

This file contains the ListInterface, which extends the \Countable interface This defines basic list like operators that other modules and classes can depend on even if the list is a stack, a queue, a ring buffer, etc.

Interfaces

ListInterface List Interface - Defines basic list functions