MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / makeZipWrapperIterator

Function makeZipWrapperIterator

source/core/StarPythonic.hpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194};
195template <typename IteratorT>
196ZipWrapperIterator<IteratorT> makeZipWrapperIterator(IteratorT current, IteratorT end) {
197 return ZipWrapperIterator<IteratorT>(current, end);
198}
199
200// Takes two ZipIterators / ZipTupleIterators and concatenates them into a
201// single iterator that returns the concatenated tuple.

Callers 1

zipIteratorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected