- Mastering Immutable.js
- Adam Boduch
- 31字
- 2021-07-08 10:30:09
Sequences of values
You can use the of() method to create value sequences, as follows:
const mySeq = Seq.of(1, 2, 3);
console.log('mySeq', mySeq.toJS());
// -> mySeq [ 1, 2, 3 ]
推薦閱讀
- C語言程序設計(第2 版)
- 我的第一本算法書
- 精通搜索分析
- 精通API架構:設計、運維與演進
- Expert Android Programming
- 深入淺出PostgreSQL
- jQuery Mobile移動應用開發(fā)實戰(zhàn)(第3版)
- Mastering Linux Security and Hardening
- Python入門很輕松(微課超值版)
- TypeScript 2.x By Example
- 深度學習入門:基于Python的理論與實現
- 虛擬現實建模與編程(SketchUp+OSG開發(fā)技術)
- Mastering XenApp?
- Python Penetration Testing Essentials
- Mastering Magento Theme Design