i don't suppose theres a way, given an array, to get just the first and last element? my use case is a list of unordered date strings. ive piped them to format and sort, would be nice to be able to pipe in a method that returns an option tuple with just the first and last, or better yet, a method that orders a list and returns the first and last element...