1. 首页
  2. 数据库
  3. 其它
  4. fromit:Linq for js Iterables 源码

fromit:Linq for js Iterables 源码

上传者: 2021-02-17 09:56:52上传 ZIP文件 106.48KB 热度 15次
从中 使用生成器的Linq样式(如c#) npm install fromit import { from } from "fromit" const list = new Set ( [ 1 , 2 , 3 ] ) ; expect ( from ( list ) . filter ( x => x > 2 ) . first ( ) ) . toBe ( 3 ) ; const a = [ 1 , 2 , 3 ] ; const b = [ 3 , 4 , 5 ] ; let r = from ( a ) . intersect ( b ) ; expect ( r . count (
下载地址
用户评论