Skip to content

Commit

Permalink
Docs generated from: ci: Merges different platform releases into one …
Browse files Browse the repository at this point in the history
…(#1313)

* ci: Merges different platform releases into one

* ci: Removes platform specific release pipelines
  • Loading branch information
carp-lang committed Sep 17, 2021
1 parent 469aa38 commit 0775cd1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions core/Dynamic.List.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,28 @@ <h3 id="find">
</pre>
<p class="doc">
<p>finds the first element in the list <code>l</code> that matches <code>pred</code>.</p>
<p>Returns <code>nil</code> on failure</p>

</p>
</div>
<div class="binder">
<a class="anchor" href="#find-index">
<h3 id="find-index">
find-index
</h3>
</a>
<div class="description">
dynamic
</div>
<p class="sig">
Dynamic
</p>
<pre class="args">
(find-index l pred)
</pre>
<p class="doc">
<p>like <a href="#find">`find</a>, but returns the index instead.</p>
<p>Returns <code>nil</code> on failure</p>

</p>
</div>
Expand Down

0 comments on commit 0775cd1

Please sign in to comment.