limit[N] and !limit[N] are synonyms for first[N] and last[N] respectively.
limit[N]
!limit[N]
first[N]
last[N]
Examples