top | item 42131391 (no title) rebanevapustus | 1 year ago In this implementation streams are not vectors nor lists. They are ordered hash maps. discuss order hn newest keithalewis|1 year ago 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.
keithalewis|1 year ago 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.
keithalewis|1 year ago