This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< | |
///<<< Support Code for Lazy Streams | |
///<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< | |
/// | |
/// Enables simple refactoring of lazy processing of 'streams' of values. | |
/// A stream is taken here ot mean a lazy sequence. | |
/// | |
/// The code is not generic so if streams of different types are required | |
/// then extra sctions will be needed. | |
/// Simple to construct for a new type T though: |