@total-order/iter

1.0.0 • Public • Published

🧻 @total-order/iter

Iterable and Iterator comparison functions for JavaScript. See docs.

import {range} from '@iterable-iterator/range';
import {increasing} from '@total-order/primitive';
import {iterable} from '@total-order/iter';

const order = iterable(increasing);

order(range(Number.MAX_SAFE_INTEGER), range(10)) > 0; // true

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

Package Sidebar

Install

npm i @total-order/iter

Weekly Downloads

27

Version

1.0.0

License

AGPL-3.0

Unpacked Size

500 kB

Total Files

16

Last publish

Collaborators

  • raskat
  • aureooms