@mojir/lits 2.5.2 → 2.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/README.md +6 -6
  2. package/dist/cli/cli.js +726 -500
  3. package/dist/cli/reference/api.d.ts +9 -7
  4. package/dist/cli/reference/index.d.ts +133 -132
  5. package/dist/cli/src/builtin/bindingNode.d.ts +5 -0
  6. package/dist/cli/src/builtin/core/assertion.d.ts +2 -0
  7. package/dist/cli/src/builtin/index.d.ts +2 -2
  8. package/dist/cli/src/builtin/interface.d.ts +1 -1
  9. package/dist/cli/src/builtin/specialExpressionTypes.d.ts +1 -1
  10. package/dist/cli/src/builtin/specialExpressions/match.d.ts +7 -0
  11. package/dist/cli/src/parser/subParsers/parseBindingTarget.d.ts +4 -2
  12. package/dist/cli/src/parser/subParsers/parseMatch.d.ts +4 -0
  13. package/dist/cli/src/parser/types.d.ts +5 -1
  14. package/dist/full.esm.js +1 -1
  15. package/dist/full.esm.js.map +1 -1
  16. package/dist/full.js +1 -1
  17. package/dist/full.js.map +1 -1
  18. package/dist/index.esm.js +1 -1
  19. package/dist/index.esm.js.map +1 -1
  20. package/dist/index.js +1 -1
  21. package/dist/index.js.map +1 -1
  22. package/dist/lits.iife.js +1 -1
  23. package/dist/lits.iife.js.map +1 -1
  24. package/dist/modules/assertion.esm.js +2 -0
  25. package/dist/modules/assertion.esm.js.map +1 -0
  26. package/dist/modules/assertion.js +2 -0
  27. package/dist/modules/assertion.js.map +1 -0
  28. package/dist/modules/reference/api.d.ts +9 -7
  29. package/dist/modules/reference/index.d.ts +133 -132
  30. package/dist/modules/src/builtin/bindingNode.d.ts +5 -0
  31. package/dist/modules/src/builtin/core/assertion.d.ts +2 -0
  32. package/dist/modules/src/builtin/index.d.ts +2 -2
  33. package/dist/modules/src/builtin/interface.d.ts +1 -1
  34. package/dist/modules/src/builtin/specialExpressionTypes.d.ts +1 -1
  35. package/dist/modules/src/builtin/specialExpressions/match.d.ts +7 -0
  36. package/dist/modules/src/full.d.ts +1 -1
  37. package/dist/modules/src/modules/{assert.d.ts → assertion.d.ts} +1 -1
  38. package/dist/modules/src/parser/subParsers/parseBindingTarget.d.ts +4 -2
  39. package/dist/modules/src/parser/subParsers/parseMatch.d.ts +4 -0
  40. package/dist/modules/src/parser/types.d.ts +5 -1
  41. package/dist/reference/api.d.ts +9 -7
  42. package/dist/reference/index.d.ts +133 -132
  43. package/dist/src/builtin/bindingNode.d.ts +5 -0
  44. package/dist/src/builtin/core/assertion.d.ts +2 -0
  45. package/dist/src/builtin/index.d.ts +2 -2
  46. package/dist/src/builtin/interface.d.ts +1 -1
  47. package/dist/src/builtin/specialExpressionTypes.d.ts +1 -1
  48. package/dist/src/builtin/specialExpressions/match.d.ts +7 -0
  49. package/dist/src/full.d.ts +1 -1
  50. package/dist/src/modules/{assert.d.ts → assertion.d.ts} +1 -1
  51. package/dist/src/parser/subParsers/parseBindingTarget.d.ts +4 -2
  52. package/dist/src/parser/subParsers/parseMatch.d.ts +4 -0
  53. package/dist/src/parser/types.d.ts +5 -1
  54. package/dist/testFramework.esm.js +1 -1
  55. package/dist/testFramework.esm.js.map +1 -1
  56. package/dist/testFramework.js +1 -1
  57. package/dist/testFramework.js.map +1 -1
  58. package/package.json +6 -5
  59. package/dist/cli/src/builtin/specialExpressions/switch.d.ts +0 -6
  60. package/dist/cli/src/parser/subParsers/parseSwitch.d.ts +0 -4
  61. package/dist/modules/assert.esm.js +0 -2
  62. package/dist/modules/assert.esm.js.map +0 -1
  63. package/dist/modules/assert.js +0 -2
  64. package/dist/modules/assert.js.map +0 -1
  65. package/dist/modules/src/builtin/specialExpressions/switch.d.ts +0 -6
  66. package/dist/modules/src/parser/subParsers/parseSwitch.d.ts +0 -4
  67. package/dist/src/builtin/specialExpressions/switch.d.ts +0 -6
  68. package/dist/src/parser/subParsers/parseSwitch.d.ts +0 -4
  69. /package/dist/cli/src/builtin/modules/{assert → assertion}/docs.d.ts +0 -0
  70. /package/dist/cli/src/builtin/modules/{assert → assertion}/index.d.ts +0 -0
  71. /package/dist/modules/src/builtin/modules/{assert → assertion}/docs.d.ts +0 -0
  72. /package/dist/modules/src/builtin/modules/{assert → assertion}/index.d.ts +0 -0
  73. /package/dist/src/builtin/modules/{assert → assertion}/docs.d.ts +0 -0
  74. /package/dist/src/builtin/modules/{assert → assertion}/index.d.ts +0 -0
@@ -44,138 +44,139 @@ export declare function isDatatypeReference<T extends Category>(ref: Reference<T
44
44
  export declare const normalExpressionReference: Record<CoreNormalExpressionName, FunctionReference>;
45
45
  export declare const moduleReference: Record<ModuleExpressionName, FunctionReference>;
46
46
  export declare const functionReference: {
47
- number: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
48
- boolean: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
49
- "^": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
50
- "*": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
51
- "/": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
52
- "%": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
53
- "+": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
54
- "-": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
55
- "<<": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
56
- ">>": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
57
- ">>>": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
58
- "++": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
59
- "<": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
60
- "<=": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
61
- ">": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
62
- ">=": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
63
- "==": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
64
- "!=": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
65
- "&": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
66
- xor: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
67
- "|": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
68
- "|>": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
69
- min: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
70
- max: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
71
- match: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
72
- replace: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
73
- slice: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
74
- split: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
75
- trim: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
76
- repeat: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
77
- regexp: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
78
- count: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
79
- first: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
80
- rest: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
81
- range: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
82
- flatten: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
83
- mapcat: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
84
- map: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
85
- "moving-fn": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
86
- "running-fn": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
87
- second: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
88
- pop: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
89
- push: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
90
- join: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
91
- reverse: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
92
- sort: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
93
- some: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
94
- filter: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
95
- reduce: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
96
- find: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
97
- entries: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
98
- keys: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
99
- get: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
100
- "contains?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
101
- nth: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
102
- "empty?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
103
- "index-of": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
104
- assoc: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
105
- dissoc: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
106
- merge: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
107
- str: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
108
- apply: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
109
- comp: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
110
- identity: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
111
- constantly: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
112
- inc: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
113
- dec: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
114
- quot: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
115
- mod: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
116
- abs: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
117
- trunc: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
118
- sqrt: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
119
- cbrt: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
120
- round: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
121
- floor: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
122
- ceil: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
123
- sign: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
124
- doc: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
125
- arity: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
126
- "identical?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
127
- compare: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
128
- not: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
129
- "epoch->iso-date": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
130
- "iso-date->epoch": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
131
- "write!": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
132
- "boolean?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
133
- "true?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
134
- "false?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
135
- "json-parse": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
136
- "json-stringify": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
137
- vals: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
138
- zipmap: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
139
- "select-keys": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
140
- "merge-with": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
141
- "function?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
142
- "string?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
143
- "number?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
144
- "null?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
145
- "array?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
146
- "object?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
147
- "regexp?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
148
- "blank?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
149
- "collection?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
150
- "sequence?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
151
- "integer?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
152
- "zero?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
153
- "pos?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
154
- "neg?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
155
- "finite?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
156
- "even?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
157
- "odd?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
158
- "not-empty?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
159
- "vector?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
160
- "matrix?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
161
- "grid?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
162
- "positive-infinity?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
163
- "negative-infinity?": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
164
- "replace-all": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
165
- last: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
166
- next: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
167
- take: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
168
- drop: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
169
- "take-last": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
170
- "take-while": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
171
- "drop-last": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
172
- "drop-while": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
173
- "lower-case": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
174
- "upper-case": FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
175
- sum: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
176
- prod: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
177
- mean: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
178
- median: FunctionReference<"string" | "object" | "array" | "vector" | "matrix" | "grid" | "collection" | "sequence" | "special-expression" | "predicate" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "linear-algebra" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
47
+ number: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
48
+ boolean: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
49
+ "^": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
50
+ "*": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
51
+ "/": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
52
+ "%": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
53
+ "+": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
54
+ "-": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
55
+ "<<": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
56
+ ">>": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
57
+ ">>>": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
58
+ "++": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
59
+ "<": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
60
+ "<=": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
61
+ ">": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
62
+ ">=": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
63
+ "==": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
64
+ "!=": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
65
+ "&": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
66
+ xor: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
67
+ "|": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
68
+ "|>": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
69
+ min: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
70
+ max: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
71
+ replace: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
72
+ slice: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
73
+ split: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
74
+ trim: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
75
+ repeat: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
76
+ assert: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
77
+ regexp: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
78
+ count: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
79
+ first: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
80
+ rest: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
81
+ range: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
82
+ flatten: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
83
+ mapcat: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
84
+ map: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
85
+ "moving-fn": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
86
+ "running-fn": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
87
+ second: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
88
+ pop: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
89
+ push: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
90
+ join: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
91
+ reverse: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
92
+ sort: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
93
+ some: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
94
+ filter: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
95
+ reduce: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
96
+ find: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
97
+ entries: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
98
+ keys: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
99
+ get: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
100
+ "contains?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
101
+ nth: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
102
+ "empty?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
103
+ "index-of": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
104
+ assoc: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
105
+ dissoc: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
106
+ merge: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
107
+ str: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
108
+ apply: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
109
+ comp: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
110
+ identity: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
111
+ constantly: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
112
+ inc: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
113
+ dec: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
114
+ quot: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
115
+ mod: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
116
+ abs: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
117
+ trunc: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
118
+ sqrt: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
119
+ cbrt: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
120
+ round: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
121
+ floor: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
122
+ ceil: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
123
+ sign: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
124
+ doc: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
125
+ arity: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
126
+ "identical?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
127
+ compare: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
128
+ not: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
129
+ "epoch->iso-date": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
130
+ "iso-date->epoch": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
131
+ "write!": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
132
+ "boolean?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
133
+ "true?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
134
+ "false?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
135
+ "json-parse": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
136
+ "json-stringify": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
137
+ vals: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
138
+ zipmap: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
139
+ "select-keys": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
140
+ "merge-with": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
141
+ "function?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
142
+ "string?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
143
+ "number?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
144
+ "null?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
145
+ "array?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
146
+ "object?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
147
+ "regexp?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
148
+ "blank?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
149
+ "collection?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
150
+ "sequence?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
151
+ "integer?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
152
+ "zero?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
153
+ "pos?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
154
+ "neg?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
155
+ "finite?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
156
+ "even?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
157
+ "odd?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
158
+ "not-empty?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
159
+ "vector?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
160
+ "matrix?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
161
+ "grid?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
162
+ "re-match": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
163
+ "positive-infinity?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
164
+ "negative-infinity?": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
165
+ "replace-all": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
166
+ last: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
167
+ next: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
168
+ take: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
169
+ drop: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
170
+ "take-last": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
171
+ "take-while": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
172
+ "drop-last": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
173
+ "drop-while": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
174
+ "lower-case": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
175
+ "upper-case": FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
176
+ sum: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
177
+ prod: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
178
+ mean: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
179
+ median: FunctionReference<"string" | "object" | "special-expression" | "predicate" | "sequence" | "collection" | "array" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assertion" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "convert" | "shorthand" | "datatype">;
179
180
  };
180
181
  export declare const apiReference: Record<CoreApiName, Reference>;
181
182
  export declare const allReference: Record<ApiName, Reference>;