@mojir/lits 2.1.41 → 2.2.0
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.
- package/README.md +18 -17
- package/dist/cli/cli.js +13018 -13113
- package/dist/cli/reference/api.d.ts +31 -17
- package/dist/cli/reference/index.d.ts +129 -209
- package/dist/cli/src/builtin/core/vector.d.ts +2 -0
- package/dist/cli/src/builtin/interface.d.ts +23 -23
- package/dist/cli/src/builtin/modules/bitwise/index.d.ts +2 -0
- package/dist/cli/src/builtin/modules/collection/index.d.ts +2 -0
- package/dist/cli/src/builtin/modules/functional/index.d.ts +2 -0
- package/dist/cli/src/builtin/modules/math/index.d.ts +2 -0
- package/dist/cli/src/builtin/modules/sequence/index.d.ts +2 -0
- package/dist/cli/src/builtin/modules/string/index.d.ts +2 -0
- package/dist/cli/src/tokenizer/token.d.ts +2 -2
- package/dist/full.esm.js +1 -1
- package/dist/full.esm.js.map +1 -1
- package/dist/full.js +1 -1
- package/dist/full.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/lits.iife.js +1 -1
- package/dist/lits.iife.js.map +1 -1
- package/dist/modules/assert.esm.js +1 -1
- package/dist/modules/assert.esm.js.map +1 -1
- package/dist/modules/assert.js +1 -1
- package/dist/modules/assert.js.map +1 -1
- package/dist/modules/bitwise.esm.js +2 -0
- package/dist/modules/bitwise.esm.js.map +1 -0
- package/dist/modules/bitwise.js +2 -0
- package/dist/modules/bitwise.js.map +1 -0
- package/dist/modules/collection.esm.js +2 -0
- package/dist/modules/collection.esm.js.map +1 -0
- package/dist/modules/collection.js +2 -0
- package/dist/modules/collection.js.map +1 -0
- package/dist/modules/functional.esm.js +2 -0
- package/dist/modules/functional.esm.js.map +1 -0
- package/dist/modules/functional.js +2 -0
- package/dist/modules/functional.js.map +1 -0
- package/dist/modules/grid.esm.js +1 -1
- package/dist/modules/grid.esm.js.map +1 -1
- package/dist/modules/grid.js +1 -1
- package/dist/modules/grid.js.map +1 -1
- package/dist/modules/linear-algebra.esm.js +2 -0
- package/dist/modules/linear-algebra.esm.js.map +1 -0
- package/dist/modules/linear-algebra.js +2 -0
- package/dist/modules/linear-algebra.js.map +1 -0
- package/dist/modules/math.esm.js +2 -0
- package/dist/modules/math.esm.js.map +1 -0
- package/dist/modules/math.js +2 -0
- package/dist/modules/math.js.map +1 -0
- package/dist/modules/matrix.esm.js +1 -1
- package/dist/modules/matrix.esm.js.map +1 -1
- package/dist/modules/matrix.js +1 -1
- package/dist/modules/matrix.js.map +1 -1
- package/dist/modules/number-theory.esm.js +2 -0
- package/dist/modules/number-theory.esm.js.map +1 -0
- package/dist/modules/number-theory.js +2 -0
- package/dist/modules/number-theory.js.map +1 -0
- package/dist/modules/random.esm.js +1 -1
- package/dist/modules/random.esm.js.map +1 -1
- package/dist/modules/random.js +1 -1
- package/dist/modules/random.js.map +1 -1
- package/dist/modules/reference/api.d.ts +31 -17
- package/dist/modules/reference/index.d.ts +129 -209
- package/dist/modules/sequence.esm.js +2 -0
- package/dist/modules/sequence.esm.js.map +1 -0
- package/dist/modules/sequence.js +2 -0
- package/dist/modules/sequence.js.map +1 -0
- package/dist/modules/src/builtin/core/vector.d.ts +2 -0
- package/dist/modules/src/builtin/interface.d.ts +23 -23
- package/dist/modules/src/builtin/modules/bitwise/index.d.ts +2 -0
- package/dist/modules/src/builtin/modules/collection/index.d.ts +2 -0
- package/dist/modules/src/builtin/modules/functional/index.d.ts +2 -0
- package/dist/modules/src/builtin/modules/math/index.d.ts +2 -0
- package/dist/modules/src/builtin/modules/sequence/index.d.ts +2 -0
- package/dist/modules/src/builtin/modules/string/index.d.ts +2 -0
- package/dist/modules/src/full.d.ts +5 -2
- package/dist/modules/src/modules/bitwise.d.ts +2 -0
- package/dist/modules/src/modules/collection.d.ts +2 -0
- package/dist/modules/src/modules/functional.d.ts +2 -0
- package/dist/modules/src/modules/linear-algebra.d.ts +2 -0
- package/dist/modules/src/modules/math.d.ts +2 -0
- package/dist/modules/src/modules/number-theory.d.ts +2 -0
- package/dist/modules/src/modules/sequence.d.ts +2 -0
- package/dist/modules/src/modules/string.d.ts +2 -0
- package/dist/modules/src/tokenizer/token.d.ts +2 -2
- package/dist/modules/string.esm.js +2 -0
- package/dist/modules/string.esm.js.map +1 -0
- package/dist/modules/string.js +2 -0
- package/dist/modules/string.js.map +1 -0
- package/dist/modules/vector.esm.js +1 -1
- package/dist/modules/vector.esm.js.map +1 -1
- package/dist/modules/vector.js +1 -1
- package/dist/modules/vector.js.map +1 -1
- package/dist/reference/api.d.ts +31 -17
- package/dist/reference/index.d.ts +129 -209
- package/dist/src/builtin/core/vector.d.ts +2 -0
- package/dist/src/builtin/interface.d.ts +23 -23
- package/dist/src/builtin/modules/bitwise/index.d.ts +2 -0
- package/dist/src/builtin/modules/collection/index.d.ts +2 -0
- package/dist/src/builtin/modules/functional/index.d.ts +2 -0
- package/dist/src/builtin/modules/math/index.d.ts +2 -0
- package/dist/src/builtin/modules/sequence/index.d.ts +2 -0
- package/dist/src/builtin/modules/string/index.d.ts +2 -0
- package/dist/src/full.d.ts +5 -2
- package/dist/src/modules/bitwise.d.ts +2 -0
- package/dist/src/modules/collection.d.ts +2 -0
- package/dist/src/modules/functional.d.ts +2 -0
- package/dist/src/modules/linear-algebra.d.ts +2 -0
- package/dist/src/modules/math.d.ts +2 -0
- package/dist/src/modules/number-theory.d.ts +2 -0
- package/dist/src/modules/sequence.d.ts +2 -0
- package/dist/src/modules/string.d.ts +2 -0
- package/dist/src/tokenizer/token.d.ts +2 -2
- package/dist/testFramework.esm.js +1 -1
- package/dist/testFramework.esm.js.map +1 -1
- package/dist/testFramework.js +1 -1
- package/dist/testFramework.js.map +1 -1
- package/package.json +39 -9
- package/dist/cli/src/builtin/modules/vector/reductionFunctions/max.d.ts +0 -2
- package/dist/cli/src/builtin/modules/vector/reductionFunctions/min.d.ts +0 -2
- package/dist/modules/linearAlgebra.esm.js +0 -2
- package/dist/modules/linearAlgebra.esm.js.map +0 -1
- package/dist/modules/linearAlgebra.js +0 -2
- package/dist/modules/linearAlgebra.js.map +0 -1
- package/dist/modules/numberTheory.esm.js +0 -2
- package/dist/modules/numberTheory.esm.js.map +0 -1
- package/dist/modules/numberTheory.js +0 -2
- package/dist/modules/numberTheory.js.map +0 -1
- package/dist/modules/src/builtin/modules/vector/reductionFunctions/max.d.ts +0 -2
- package/dist/modules/src/builtin/modules/vector/reductionFunctions/min.d.ts +0 -2
- package/dist/modules/src/modules/linearAlgebra.d.ts +0 -2
- package/dist/modules/src/modules/numberTheory.d.ts +0 -2
- package/dist/src/builtin/modules/vector/reductionFunctions/max.d.ts +0 -2
- package/dist/src/builtin/modules/vector/reductionFunctions/min.d.ts +0 -2
- package/dist/src/modules/linearAlgebra.d.ts +0 -2
- package/dist/src/modules/numberTheory.d.ts +0 -2
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/docs.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/calcFractionalRanks.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/collinear.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/corrleation.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/covariance.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/dot.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/gaussJordanElimination.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/getUnit.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/isZeroVector.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/kendallTau.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/length.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/pearsonCorr.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/scale.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/solve.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/subtract.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/index.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/binomialCefficient.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/combinations.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/derangements.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/divisors.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/docs.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/factorial.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/index.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/partitions.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/permutations.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/powerSet.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/primeFactors.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/abundant.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/arithmetic.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/bell.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/bernoulli.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/catalan.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/collatz.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/composite.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/deficient.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/factorial.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/fibonacci.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/geometric.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/golomb.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/happy.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/index.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/juggler.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/lookAndSay.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/lucas.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/lucky.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/mersenne.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/padovan.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/partition.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/pell.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/perfect.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectCube.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectPower.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectSquare.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/poligonal.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/prime.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/recaman.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/sylvester.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/thueMorse.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/tribonacci.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/docs.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/calcFractionalRanks.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/collinear.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/corrleation.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/covariance.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/dot.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/gaussJordanElimination.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/getUnit.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/isZeroVector.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/kendallTau.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/length.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/pearsonCorr.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/scale.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/solve.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/subtract.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/index.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/binomialCefficient.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/combinations.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/derangements.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/divisors.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/docs.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/factorial.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/index.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/partitions.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/permutations.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/powerSet.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/primeFactors.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/abundant.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/arithmetic.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/bell.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/bernoulli.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/catalan.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/collatz.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/composite.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/deficient.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/factorial.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/fibonacci.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/geometric.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/golomb.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/happy.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/index.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/juggler.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/lookAndSay.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/lucas.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/lucky.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/mersenne.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/padovan.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/partition.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/pell.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/perfect.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectCube.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectPower.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectSquare.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/poligonal.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/prime.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/recaman.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/sylvester.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/thueMorse.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/tribonacci.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/docs.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/calcFractionalRanks.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/collinear.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/corrleation.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/covariance.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/dot.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/gaussJordanElimination.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/getUnit.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/isZeroVector.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/kendallTau.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/length.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/pearsonCorr.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/scale.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/solve.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/subtract.d.ts +0 -0
- /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/index.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/binomialCefficient.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/combinations.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/derangements.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/divisors.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/docs.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/factorial.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/index.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/partitions.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/permutations.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/powerSet.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/primeFactors.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/abundant.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/arithmetic.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/bell.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/bernoulli.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/catalan.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/collatz.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/composite.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/deficient.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/factorial.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/fibonacci.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/geometric.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/golomb.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/happy.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/index.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/juggler.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/lookAndSay.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/lucas.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/lucky.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/mersenne.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/padovan.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/partition.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/pell.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/perfect.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectCube.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectPower.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectSquare.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/poligonal.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/prime.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/recaman.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/sylvester.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/thueMorse.d.ts +0 -0
- /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/tribonacci.d.ts +0 -0
|
@@ -30,10 +30,10 @@ export type CustomReference<T extends Category = Category> = CommonReference<T>
|
|
|
30
30
|
customVariants: string[];
|
|
31
31
|
details?: [string, string, string | undefined][];
|
|
32
32
|
};
|
|
33
|
-
export interface ShorthandReference extends CommonReference<'
|
|
33
|
+
export interface ShorthandReference extends CommonReference<'shorthand'> {
|
|
34
34
|
shorthand: true;
|
|
35
35
|
}
|
|
36
|
-
export interface DatatypeReference extends CommonReference<'
|
|
36
|
+
export interface DatatypeReference extends CommonReference<'datatype'> {
|
|
37
37
|
datatype: true;
|
|
38
38
|
}
|
|
39
39
|
export type Reference<T extends Category = Category> = FunctionReference<T> | CustomReference<T> | ShorthandReference | DatatypeReference;
|
|
@@ -44,213 +44,133 @@ 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<"
|
|
48
|
-
boolean: FunctionReference<"
|
|
49
|
-
"^": FunctionReference<"
|
|
50
|
-
"*": FunctionReference<"
|
|
51
|
-
"/": FunctionReference<"
|
|
52
|
-
"%": FunctionReference<"
|
|
53
|
-
"+": FunctionReference<"
|
|
54
|
-
"-": FunctionReference<"
|
|
55
|
-
"<<": FunctionReference<"
|
|
56
|
-
">>": FunctionReference<"
|
|
57
|
-
">>>": FunctionReference<"
|
|
58
|
-
"++": FunctionReference<"
|
|
59
|
-
"<": FunctionReference<"
|
|
60
|
-
"<=": FunctionReference<"
|
|
61
|
-
">": FunctionReference<"
|
|
62
|
-
">=": FunctionReference<"
|
|
63
|
-
"==": FunctionReference<"
|
|
64
|
-
"\u2260": FunctionReference<"
|
|
65
|
-
"&": FunctionReference<"
|
|
66
|
-
xor: FunctionReference<"
|
|
67
|
-
"|": FunctionReference<"
|
|
68
|
-
"|>": FunctionReference<"
|
|
69
|
-
pop: FunctionReference<"
|
|
70
|
-
push: FunctionReference<"
|
|
71
|
-
join: FunctionReference<"
|
|
72
|
-
reverse: FunctionReference<"
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
"
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
"
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
|
|
140
|
-
"
|
|
141
|
-
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
atanh: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
175
|
-
"to-rad": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
176
|
-
"to-deg": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
177
|
-
apply: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
178
|
-
identity: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
179
|
-
comp: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
180
|
-
constantly: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
181
|
-
juxt: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
182
|
-
complement: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
183
|
-
"every-pred": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
184
|
-
"some-pred": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
185
|
-
fnull: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
186
|
-
doc: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
187
|
-
arity: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
188
|
-
"write!": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
189
|
-
"iso-date->epoch": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
190
|
-
"epoch->iso-date": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
191
|
-
compare: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
192
|
-
"identical?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
193
|
-
import: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
194
|
-
"json-parse": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
195
|
-
"json-stringify": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
196
|
-
dissoc: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
197
|
-
vals: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
198
|
-
merge: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
199
|
-
"merge-with": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
200
|
-
zipmap: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
201
|
-
"select-keys": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
202
|
-
"boolean?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
203
|
-
"null?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
204
|
-
"number?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
205
|
-
"string?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
206
|
-
"function?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
207
|
-
"integer?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
208
|
-
"array?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
209
|
-
"object?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
210
|
-
"collection?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
211
|
-
"sequence?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
212
|
-
"regexp?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
213
|
-
"zero?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
214
|
-
"pos?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
215
|
-
"neg?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
216
|
-
"even?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
217
|
-
"odd?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
218
|
-
"finite?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
219
|
-
"negative-infinity?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
220
|
-
"positive-infinity?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
221
|
-
"false?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
222
|
-
"true?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
223
|
-
"empty?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
224
|
-
"not-empty?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
225
|
-
"vector?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
226
|
-
"grid?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
227
|
-
"matrix?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
228
|
-
regexp: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
229
|
-
"replace-all": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
230
|
-
"string-repeat": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
231
|
-
str: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
232
|
-
"lower-case": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
233
|
-
"upper-case": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
234
|
-
"trim-left": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
235
|
-
"trim-right": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
236
|
-
"pad-left": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
237
|
-
"pad-right": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
238
|
-
"split-lines": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
239
|
-
template: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
240
|
-
"to-char-code": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
241
|
-
"from-char-code": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
242
|
-
"encode-base64": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
243
|
-
"decode-base64": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
244
|
-
"encode-uri-component": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
245
|
-
"decode-uri-component": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
246
|
-
capitalize: FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
247
|
-
"blank?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
248
|
-
"bit-not": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
249
|
-
"bit-and-not": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
250
|
-
"bit-flip": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
251
|
-
"bit-clear": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
252
|
-
"bit-set": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
253
|
-
"bit-test": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
|
|
47
|
+
number: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
48
|
+
boolean: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
49
|
+
"^": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
50
|
+
"*": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
51
|
+
"/": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
52
|
+
"%": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
53
|
+
"+": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
54
|
+
"-": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
55
|
+
"<<": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
56
|
+
">>": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
57
|
+
">>>": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
58
|
+
"++": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
59
|
+
"<": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
60
|
+
"<=": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
61
|
+
">": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
62
|
+
">=": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
63
|
+
"==": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
64
|
+
"\u2260": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
65
|
+
"&": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
66
|
+
xor: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
67
|
+
"|": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
68
|
+
"|>": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
69
|
+
pop: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
70
|
+
push: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
71
|
+
join: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
72
|
+
reverse: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
73
|
+
slice: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
74
|
+
sort: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
75
|
+
some: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
76
|
+
map: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
77
|
+
filter: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
78
|
+
reduce: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
79
|
+
find: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
80
|
+
entries: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
81
|
+
keys: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
82
|
+
match: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
83
|
+
replace: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
84
|
+
split: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
85
|
+
trim: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
86
|
+
repeat: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
87
|
+
min: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
88
|
+
max: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
89
|
+
"!": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
90
|
+
count: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
91
|
+
get: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
92
|
+
"contains?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
93
|
+
assoc: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
94
|
+
range: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
95
|
+
flatten: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
96
|
+
mapcat: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
97
|
+
"moving-fn": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
98
|
+
"running-fn": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
99
|
+
nth: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
100
|
+
"index-of": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
101
|
+
first: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
102
|
+
second: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
103
|
+
last: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
104
|
+
rest: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
105
|
+
next: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
106
|
+
mod: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
107
|
+
quot: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
108
|
+
inc: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
109
|
+
dec: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
110
|
+
sqrt: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
111
|
+
cbrt: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
112
|
+
round: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
113
|
+
trunc: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
114
|
+
floor: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
115
|
+
ceil: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
116
|
+
abs: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
117
|
+
sign: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
118
|
+
apply: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
119
|
+
identity: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
120
|
+
comp: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
121
|
+
constantly: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
122
|
+
doc: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
123
|
+
arity: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
124
|
+
"write!": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
125
|
+
"iso-date->epoch": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
126
|
+
"epoch->iso-date": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
127
|
+
compare: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
128
|
+
"identical?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
129
|
+
import: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
130
|
+
"json-parse": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
131
|
+
"json-stringify": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
132
|
+
dissoc: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
133
|
+
vals: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
134
|
+
merge: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
135
|
+
"merge-with": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
136
|
+
zipmap: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
137
|
+
"select-keys": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
138
|
+
"boolean?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
139
|
+
"null?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
140
|
+
"number?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
141
|
+
"string?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
142
|
+
"function?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
143
|
+
"integer?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
144
|
+
"array?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
145
|
+
"object?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
146
|
+
"collection?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
147
|
+
"sequence?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
148
|
+
"regexp?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
149
|
+
"zero?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
150
|
+
"pos?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
151
|
+
"neg?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
152
|
+
"even?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
153
|
+
"odd?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
154
|
+
"finite?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
155
|
+
"negative-infinity?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
156
|
+
"positive-infinity?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
157
|
+
"false?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
158
|
+
"true?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
159
|
+
"empty?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
160
|
+
"not-empty?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
161
|
+
"vector?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
162
|
+
"grid?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
163
|
+
"matrix?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
164
|
+
regexp: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
165
|
+
"replace-all": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
166
|
+
str: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
167
|
+
"lower-case": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
168
|
+
"upper-case": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
169
|
+
"blank?": FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
170
|
+
sum: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
171
|
+
mean: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
172
|
+
median: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
173
|
+
prod: FunctionReference<"string" | "object" | "array" | "special-expression" | "predicate" | "sequence" | "collection" | "math" | "functional" | "regular-expression" | "bitwise" | "misc" | "meta" | "assert" | "vector" | "linear-algebra" | "matrix" | "grid" | "number-theory" | "random" | "shorthand" | "datatype">;
|
|
254
174
|
};
|
|
255
175
|
export declare const apiReference: Record<CoreApiName, Reference>;
|
|
256
176
|
export declare const allReference: Record<ApiName, Reference>;
|