Skip to content

Commit

Permalink
Docs generated from: feat: add List.remove-nth (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
carp-lang committed Jul 13, 2021
1 parent 3083046 commit 02b9927
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions core/Dynamic.List.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,26 @@ <h3 id="pairs">

</p>
</div>
<div class="binder">
<a class="anchor" href="#remove-nth">
<h3 id="remove-nth">
remove-nth
</h3>
</a>
<div class="description">
dynamic
</div>
<p class="sig">
Dynamic
</p>
<pre class="args">
(remove-nth l n)
</pre>
<p class="doc">
<p>removes the nth element from the list <code>l</code>.</p>

</p>
</div>
<div class="binder">
<a class="anchor" href="#set-nth">
<h3 id="set-nth">
Expand Down

0 comments on commit 02b9927

Please sign in to comment.