adjacent_transform_view takes an invocable object and
a view and produces a view
whose
Mth element is the result of applying the invocable object
to the
Mth through
(M+N−1)th elements
of the original view
. If the original view has fewer than
N elements, the resulting view is empty
.