monnier pushed a change to branch externals/stream. from 5c0ffd088f * packages/stream/stream.el: Bump version to 2.3.0 new f48552c066 Change 'stream.el' to use structures instead of cons cells. new bd614d022b Add more efficient method for making streams from arrays. new daa19594e7 Add generalized variables for streams that error when used. new b2f650a8a6 Add an implementation of `seq-concatenate` for streams. new 0ad03f585b Add test for delayed evaluation for seq-drop-while for streams. new 202db1e4b5 Fix the quoting in the documentation of `seq-mapn` for streams. new 1e3c1436cc Shorten the documentation strings of seq-take-while and seq-drop-while.
Summary of changes: stream.el | 184 ++++++++++++++++++++++++++++++++++++-------------- tests/stream-tests.el | 26 +++++++ 2 files changed, 160 insertions(+), 50 deletions(-)