NightmareXIV / ECommons

A library for Dalamud
MIT License
34 stars 40 forks source link

Add generic IndexOf extension method for IEnumerable #30

Closed kawaii closed 9 months ago

kawaii commented 9 months ago

Implemented a generic extension method 'IndexOf' for IEnumerable that allows finding the index of the first element matching a given predicate. This method enhances collection handling by providing a flexible way to search for elements based on custom conditions.