+ package:copilot-language
Prepend a fixed number of samples to a stream.
The elements to be appended at the beginning of the stream must be
limited, that is, the list must have finite length.
Prepending elements to a stream may increase the memory requirements
of the generated programs (which now must hold the same number of
elements in memory for future processing).