scinfu / SwiftSoup

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
https://scinfu.github.io/SwiftSoup/
MIT License
4.52k stars 345 forks source link

removeFirst with Elements type #256

Closed keetsta closed 10 months ago

keetsta commented 10 months ago

So, for example, i need to remove first element in Elements, with simple array i would write removeFirst(). But Elements type does not have this.

All i see for array-like interaction is on attachment below

Снимок экрана 2023-12-19 в 16 53 18