swift
126f3e14 - stdlib: create optimal code for initializing a `Set` with an empty array literal

Commit
2 years ago
stdlib: create optimal code for initializing a `Set` with an empty array literal Always inline the empty-array-check of `Set.init(arrayLiteral:)`, because for array literal this check can always be constant folded. rdar://53509655
Author
Committer
Parents
Loading