Automated deployment to GitHub Pages: 74dbd52add

This commit is contained in:
swiftlintbot@jpsim.com
2023-01-10 21:47:06 +00:00
parent 1adc252ea5
commit 1a2f002ab8
333 changed files with 424 additions and 422 deletions
+1 -1
View File
@@ -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>