Commits

David Farler committed 4d17bf06915
Remove SinkType and SinkOf Remove these standard library types in favor of (T) -> () closures. It was originally believed that generic optimizations would make these types profitable, however: // FIXME: Insert benchmarks here. rdar://problem/21663799 Swift SVN r29927