目录
当前位置: 首页 > 文档资料 > Lazy.js 英文文档 >

rest

优质
小牛编辑
131浏览
2023-12-01

An optimized version of Sequence#rest, which creates an ArrayLikeSequence so that the result still provides random access.

Examples

Lazy([1, 2, 3]).rest() // instanceof Lazy.ArrayLikeSequence