Hacker News new | ask | show | jobs
by rebanevapustus 584 days ago
In this implementation streams are not vectors nor lists. They are ordered hash maps.
1 comments

Just pointing out what the theoretical documentation says. A stream should have operations for empty, current, and next. You don't want implementation details leaking into the abstract model.