:: [a] -> Int -> Maybe a -package:rio -package:tidal package:vector-extras

>>> fromReverseListN 3 [1,2,3] :: Data.Vector.Vector Int
[3,2,1]