Scripting Hash Tables » History » Version 1
Per Amundsen, 02/26/2017 04:18 PM
| 1 | 1 | Per Amundsen | {{>toc}} |
|---|---|---|---|
| 2 | |||
| 3 | h1. Hash Tables |
||
| 4 | |||
| 5 | h2(box). /hmake |
||
| 6 | |||
| 7 | {{include(/hmake)}} |
||
| 8 | |||
| 9 | h2(box). /hfree |
||
| 10 | |||
| 11 | {{include(/hfree)}} |
||
| 12 | |||
| 13 | h2(box). /hadd |
||
| 14 | |||
| 15 | {{include(/hadd)}} |
||
| 16 | |||
| 17 | h2(box). /hdel |
||
| 18 | |||
| 19 | {{include(/hdel)}} |
||
| 20 | |||
| 21 | h2(box). /hload |
||
| 22 | |||
| 23 | {{include(/hload)}} |
||
| 24 | |||
| 25 | h2(box). /hsave |
||
| 26 | |||
| 27 | {{include(/hsave)}} |
||
| 28 | |||
| 29 | h2(box). $hget |
||
| 30 | |||
| 31 | {{include($hget)}} |
||
| 32 | |||
| 33 | h2(box). $hfind |
||
| 34 | |||
| 35 | {{include($hfind)}} |
||
| 36 | |||
| 37 | h2(box). $hmatch |
||
| 38 | |||
| 39 | {{include($hmatch)}} |