Skip to content

Commit f2c700e

Browse files
committed
example: double-dispatch
1 parent a1919ee commit f2c700e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ <h1 class="text-2xl">Playground</h1>
188188
<a class="text-blue-600 dark:text-blue-200 hover:text-blue-500 dark:hover:text-blue-100 cursor-pointer" href="#" data-url="https://gist.github.com/palkan/7da70e5654c034c1c77622f893fbb8e7">ifnot operator</a>
189189
(<a class="text-blue-600 dark:text-blue-200 hover:text-blue-500 dark:hover:text-blue-100 cursor-pointer" href="https://gist.github.com/palkan/7da70e5654c034c1c77622f893fbb8e7" target="_blank">gist</a>)
190190
</li>
191+
<li>
192+
<a class="text-blue-600 dark:text-blue-200 hover:text-blue-500 dark:hover:text-blue-100 cursor-pointer" href="#" data-url="https://gist.github.com/palkan/dc0f649842b7f3514d9de6ca91475001">multi-dispatch (aka method overloading)</a>
193+
(<a class="text-blue-600 dark:text-blue-200 hover:text-blue-500 dark:hover:text-blue-100 cursor-pointer" href="https://gist.github.com/palkan/dc0f649842b7f3514d9de6ca91475001" target="_blank">gist</a>)
194+
</li>
191195
</ul>
192196
</div>
193197
</sl-dialog>

0 commit comments

Comments
 (0)