Filter and unwrap a list of 'Just' values
filter_justs(.l)
.l
List of maybe values
A list of values
filter_justs(list(just(1), nothing(), just("a")))