mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
Automated deployment to GitHub Pages: 74dbd52add
This commit is contained in:
+1
-1
@@ -316,7 +316,7 @@
|
||||
|
||||
<h1 id='array-init' class='heading'>Array Init</h1>
|
||||
|
||||
<p>Prefer using <code>Array(seq)</code> over <code>seq.map { $0 }</code> to convert a sequence into an Array.</p>
|
||||
<p>Prefer using <code>Array(seq)</code> over <code>seq.map { $0 }</code> to convert a sequence into an Array</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Identifier:</strong> array_init</li>
|
||||
|
||||
Reference in New Issue
Block a user