@onekuma/seq
OneKuma sequence library.
pnpm i @onekuma/seq
Usage
import { Seq } from '@onekuma/seq'
const seq = Seq.of(1, 2, 3)
const odd = seq.filter(x => x % 2 == 1)
const arr = odd.toArray()
License
MIT License © 2023 XLor
OneKuma sequence library.
pnpm i @onekuma/seq
import { Seq } from '@onekuma/seq'
const seq = Seq.of(1, 2, 3)
const odd = seq.filter(x => x % 2 == 1)
const arr = odd.toArray()
MIT License © 2023 XLor
npm i @onekuma/seq
95
0.1.10
MIT
17.3 kB
6