Do note that with the list comprehension needing to build an entire list before returning the first element, this code would need to parse the entire input list even if it detects the problem element early on.
Loading collection data...
Do note that with the list comprehension needing to build an entire list before returning the first element, this code would need to parse the entire input list even if it detects the problem element early on.