This repository was archived by the owner on Jul 3, 2022. It is now read-only.
4.0.0-beta.2
Pre-release
Pre-release
Breaking: SequenceType.fold(_:zero:f:)
and methods that use it (such as SequenceType.traverse(_:f:)
and SequenceType.sequence()
) are now slightly more asynchronous: to prevent stack overflows, after a certain number of items, it will perform an asynchronous call.
Fixed stack overflow when using sequence()
or traverse(_:f:)
on large sequences.