Skip to content

Commit

Permalink
Docs generated from: feat: add expand-compiled (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
carp-lang committed Sep 17, 2021
1 parent 11f88a6 commit 469aa38
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions core/Dynamic.List.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,28 +312,6 @@ <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 469aa38

Please sign in to comment.