Module tanya.range.adapter

Range adapters transform some data structures into ranges.

Functions

NameDescription
arrayInserter(array) arrayInserter makes an output range out of an array.
backInserter(container) If container is a container with insertBack-support, backInserter returns an output range that puts the elements into the container with insertBack.
frontInserter(container) If container is a container with insertFront-support, frontInserter returns an output range that puts the elements into the container with insertFront.