Open jackbackrack opened 3 years ago
Remove peek from Seq and introduce PeekSeq and to-peek-seq for those that need peeking. This makes the common case much more efficient, orthogonalizes peeking, and makes writing Seq's much easier.
Remove peek from Seq and introduce PeekSeq and to-peek-seq for those that need peeking. This makes the common case much more efficient, orthogonalizes peeking, and makes writing Seq's much easier.