908:### int(v) {#int}
916:### float(v) {#float}
924:### string(v) {#string}
932:### toJSON(v) {#toJSON}
940:### fromJSON(v) {#fromJSON}
948:### toBase64(v) {#toBase64}
956:### fromBase64(v) {#fromBase64}
964:### toPairs(map) {#toPairs}
972:### fromPairs(array) {#fromPairs}
980:## Miscellaneous Functions
982:### len(v) {#len}
992:### get(v, index) {#get}
1002:## Bitwise Functions
1004:### bitand(int, int) {#bitand}
1012:### bitor(int, int) {#bitor}
1020:### bitxor(int, int) {#bitxor}
1028:### bitnand(int, int) {#bitnand}
1036:### bitnot(int) {#bitnot}
1044:### bitshl(int, int) {#bitshl}
1052:### bitshr(int, int) {#bitshr}
1060:### bitushr(int, int) {#bitushr}
980:## Miscellaneous Functions
