Commits

Max Moiseev committed 31f17e212ce
[stdlib] using static method dispatch instead of failable casts Overriding `AnySequence.dropFirst` and `AnySequence.prefix` to delegate these operations to an underlying sequence, thus simplifying default implementations in `Sequence`.