add range class
This commit is contained in:
parent
2e7cfb9deb
commit
a84450fc23
3 changed files with 29 additions and 5 deletions
|
@ -3,8 +3,9 @@ export type { Arr, ClassOf, Constructible, Function, InstanceOf, KeyOfType, Tail
|
|||
|
||||
// functions
|
||||
export { all, enumerate, filter, filter_map, it, Iter, map, zip } from "./lib/iter.ts";
|
||||
export { log_from, next, range, split_promise, wait } from "./lib/utils.ts";
|
||||
export { log_from, next, split_promise, wait } from "./lib/utils.ts";
|
||||
|
||||
// Structures
|
||||
export { Chain } from "./lib/Chain.ts";
|
||||
export { Channel } from "./lib/Channel.ts";
|
||||
export { Range, range } from "./lib/Range.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue