- 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 ]
推薦閱讀
- ExtGWT Rich Internet Application Cookbook
- INSTANT OpenCV Starter
- 機(jī)器學(xué)習(xí)系統(tǒng):設(shè)計和實現(xiàn)
- Django:Web Development with Python
- 用Python實現(xiàn)深度學(xué)習(xí)框架
- Advanced Express Web Application Development
- OpenCV with Python By Example
- QlikView Unlocked
- C++程序設(shè)計
- Python網(wǎng)絡(luò)爬蟲實例教程(視頻講解版)
- SEO教程:搜索引擎優(yōu)化入門與進(jìn)階(第3版)
- SSH框架企業(yè)級應(yīng)用實戰(zhàn)
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- SQL Server 2014 Development Essentials
- HTML 5與CSS 3權(quán)威指南(第4版·下冊)