Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 817 Bytes

backsert.md

File metadata and controls

22 lines (15 loc) · 817 Bytes

Backsert

Inserts the elements of a sequence into another sequence at a specified index from the tail of the sequence, where zero always represents the last position, one represents the second-last element, two represents the third-last element and so on.

// 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.