Homogeneous array types and the sequence interface (map, filter, reduce, . ... import {map} from 'ramda'; { let arr = [1,2,3]; map(x=>x*x, arr); }. Out[1]:.
確定! 回上一頁