mach.d icon indicating copy to clipboard operation
mach.d copied to clipboard

General audit of range length/remaining definitions and usage

Open pineapplemachine opened this issue 8 years ago • 1 comments

Not a comprehensive list of issues:

Many ranges still lack a remaining property even where one should be valid.

The length property of heaps (which are also ranges) would be better described as remaining for a range.

The asarray implementations should refer to remaining rather than length when determining how many elements to expect.

pineapplemachine avatar Dec 05 '16 21:12 pineapplemachine

This has currently been accomplished for most - but not all - packages in mach.range as part of a general cleanup and documentation effort.

pineapplemachine avatar Jan 21 '17 01:01 pineapplemachine