<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Nov 8, 2017, at 12:20 PM, Tino Heth &lt;<a href="mailto:2th@gmx.de" class="">2th@gmx.de</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><br class=""><blockquote type="cite" class=""><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">This is a wonderful example! But it’s an argument for a different discussion (of general usefulness of implicit optional promotion). Thanks to the optional promotion, what the closure returns is not nil, but instead is .some(nil), and that is not filtered out.</span></div></blockquote></div>My point is: The proposed filterMap isn’t a combination of map and filter at all — or can you build it just out of map &amp; filter, like flatMap is constructed from map &amp; flatten?</div></div></blockquote><a href="https://github.com/apple/swift/blob/master/stdlib/public/core/FlatMap.swift#L49" class="">https://github.com/apple/swift/blob/master/stdlib/public/core/FlatMap.swift#L49</a></div><div><br class=""></div><div>It *is* a combination of map and filter. It is purely for performance we don’t do the same thing on any Sequence, because that will allocate a temporary array or two.</div><br class=""></body></html>