PagedArray icon indicating copy to clipboard operation
PagedArray copied to clipboard

A Swift data structure for easier pagination

Results 2 PagedArray issues
Sort by recently updated
recently updated
newest added

i can print the pagedArray object content but when i do something like this pagedArray[0], the result is always nil and after debugging i get this : Array representation: [nil]

I am facing this Error on Xcode16 : Type 'PagedArray' does not conform to protocol 'Sequence'