proposal: iter.Seq{,2}.{Every,Some} methods (github.com)
Proposal Details When using iterators, it is quite common to need loops of the following form: go every := true for x := range seq { if !pred(x) { eve
Language proposals, library additions, and toolchain changes — from open to shipped.
Proposal Details When using iterators, it is quite common to need loops of the following form: go every := true for x := range seq { if !pred(x) { eve
Proposal Details I propose adding a new package called container/deque. I have my own implementation of this proposal at https://pkg.go.dev/github.com
Proposal Details The new OID type in the x509 package contains a [function to convert from asn1.ObjectIdentifier to the new OID type](https://cs.opens