| 1 | 
 | 
| 2 |   Builtin Functions <a class="group-link" href="chap-builtin-func.html">builtin-func</a>
 | 
| 3 | 
 | 
| 4 | 
 | 
| 5 |   [Values]        len()        func/type()   X repeat()
 | 
| 6 |   [Conversions]   bool()       int()           float()   str()   list()   dict()
 | 
| 7 |                 X runes()    X encodeRunes()
 | 
| 8 |                 X bytes()    X encodeBytes()
 | 
| 9 |   [Str]         X strcmp()   X split()         shSplit()
 | 
| 10 |   [List]          join()       any()           all()
 | 
| 11 |   [Collections] X copy()     X deepCopy()
 | 
| 12 |   [Word]          glob()       maybe()
 | 
| 13 |   [Math]          abs()        max()           min()   X round()   sum()
 | 
| 14 |   [Serialize]     toJson()     fromJson()
 | 
| 15 |                   toJson8()    fromJson8()
 | 
| 16 | X [J8 Decode]     J8.Bool()    J8.Int()        ...
 | 
| 17 |   [Pattern]       _group()     _start()        _end()
 | 
| 18 |   [Introspection] shvarGet()   getVar()        evalExpr()
 | 
| 19 |   [Hay Config]    parseHay()   evalHay()
 | 
| 20 | X [Hashing]       sha1dc()     sha256()
 |