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