Call to get the length of an object. The object must either have a length property of be previously passed in a call tosetLength.
setLength
const myRange = range(12);setLength(myRange, 12);getLength(myRange); // returns 12. Copy
const myRange = range(12);setLength(myRange, 12);getLength(myRange); // returns 12.
Call to get the length of an object. The object must either have a length property of be previously passed in a call to
setLength
.