CASL / Futility

VERA Fortran Utilities
Other
44 stars 20 forks source link

Adds pop_entry interface to ArrayUtils #284

Closed aarograh closed 3 years ago

aarograh commented 3 years ago

Removes an entry from an array

aarograh commented 3 years ago

@HendersonSC commented on slack asking what happens if an empty list is inserted. Turns out that works just fine and an unmodified list is returned. I updated the unit test with a couple corner cases regarding empty lists.