willowtreeapps / assertk

assertions for kotlin inspired by assertj
MIT License
761 stars 85 forks source link

add list first() #426

Closed mr-thierry closed 2 years ago

mr-thierry commented 2 years ago

Convenient method that allow a user to use first() instead of index(0). This is similar to Kotlin first().

I also took the opportunity to rephrase documentation of index().

mr-thierry commented 2 years ago

Closing because it's already in the code, just not in the current release