LInQer:为Javascript移植的C#语言集成查询具有出色的性能 源码
林克 为Javascript移植的C#语言集成查询具有出色的性能 安装 $ npm install @siderite/linqer 快速开始 const source = ... an array or a generator function or anything that is iterable... ; const enumerable = Linqer.Enumerable.from(source) ; // now you can both iterate and use LINQ like functions const result = enumerable .where(item= > !! item.value) // like filter .select(item= > { value: item.v
文件列表
LInQer-master.zip
(预估有个38文件)
LInQer-master
LInQer.min.js
16KB
.gitignore
13B
LInQer.all.d.ts
28KB
LInQer.extra.js
14KB
LInQer.OrderedEnumerable.ts
13KB
LInQer.extra.min.js
4KB
package.json
769B
package-lock.json
373B
LInQer.extra.ts
17KB
暂无评论