Heedy
Returns true if last datapoint of a sequence, and false otherwise
filter first or last
will return the first and last datapoint in your stream:
[1, 2, 3, 4, 5]
[1, 5]
{}