@@ -26,8 +26,7 @@ extension LazySequenceProtocol {
26
26
}
27
27
28
28
/// Returns a `LazyMapSequence` containing the concatenated non-nil
29
- /// results of mapping transform over this `Sequence`. The elements of
30
- /// the result are computed lazily, each time they are read.
29
+ /// results of mapping transform over this `Sequence`.
31
30
///
32
31
/// Use this method to receive only nonoptional values when your
33
32
/// transformation produces an optional value.
@@ -64,8 +63,7 @@ extension LazyCollectionProtocol {
64
63
}
65
64
66
65
/// Returns a `LazyMapCollection` containing the concatenated non-nil
67
- /// results of mapping transform over this collection. The elements of
68
- /// the result are computed lazily, each time they are read.
66
+ /// results of mapping transform over this collection.
69
67
///
70
68
/// Use this method to receive only nonoptional values when your
71
69
/// transformation produces an optional value.
@@ -109,8 +107,7 @@ extension LazyCollectionProtocol
109
107
}
110
108
111
109
/// Returns a `LazyMapBidirectionalCollection` containing the concatenated non-nil
112
- /// results of mapping transform over this collection. The elements of
113
- /// the result are computed lazily, each time they are read.
110
+ /// results of mapping transform over this collection.
114
111
///
115
112
/// Use this method to receive only nonoptional values when your
116
113
/// transformation produces an optional value.
0 commit comments