Get all entries in the list, paginated.
(address[] memory array, address next) = list.getEntriesPaginated(address(3), 4);
SentinelList
The storage pointer of the list.
address
The address to start the query from.
uint256
The number of entries to return.
address[]
The array of entries.
The next entry in the list.