Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 789 Bytes

pairwise.md

File metadata and controls

21 lines (14 loc) · 789 Bytes

Pairwise

Returns a sequence resulting from applying a function to each element in the source sequence and its predecessor, with the exception of the first element which is only returned as the predecessor of the second element

// TODO add example

For more details, see the documentation.


✏ Edit this page if you see a typo or wish to contribute an improvement. Alternatively, you can also report an issue you see.