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

length

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

Returns the length of this sequence.

Signature

GeneratedSequence.length = function() { /*...*/ }
GeneratedSequence.length = function length() {
  return this.fixedLength;
}
NameType(s)Description
returnsnumber

The length, or undefined if this is an indefinite sequence.