hughfdjackson / immutable

neatly packages immutable equivalents to JavaScript's Objects and Arrays.
101 stars 7 forks source link

Implement array.length #1

Closed hughfdjackson closed 11 years ago

hughfdjackson commented 11 years ago

As a user, I expect any array-like object to expose the length via the .length property.

Acceptance: