UNPKG

functionalscript

Version:

FunctionalScript is a purely functional subset of JavaScript

42 lines (41 loc) 908 B
declare const _default: { examples: { vec: () => void; uint: () => void; front: () => void; removeFront: () => void; popFront: () => void; concat: () => void; }; front: { lsbf: () => void; msbf: () => void; }; popFront: { lsbm: () => void; msbm: () => void; }; removeFront: { lsbm: () => void; msbm: () => void; }; concat: { lsbm: () => void; msbm: () => void; }; uintLsb: () => void; uintSmall: () => void; vecExample: () => void; length: () => void; bitset: () => void; appendBack: () => void; removeBack: () => void; uint: (() => void)[]; vec: (() => void)[]; both: () => (() => void)[]; concat2: () => void; lsbXor: () => void; msbXor: () => void; repeat: () => void; }; export default _default;