ecma262 icon indicating copy to clipboard operation
ecma262 copied to clipboard

Editorial: Make better use of clamping

Open gibson042 opened this issue 3 years ago • 3 comments
trafficstars

  • Reduce single-use aliases.
  • Introduce ToClampedIndex for relative-to-start-or-end index values.

gibson042 avatar Sep 27 '22 20:09 gibson042

Nice, this looks a lot cleaner to me

ljharb avatar Sep 27 '22 21:09 ljharb

This has a conflict with main in String.prototype.lastIndexOf.

jmdyck avatar Sep 27 '22 22:09 jmdyck

@jmdyck Thanks, fixed all three issues.

gibson042 avatar Sep 28 '22 00:09 gibson042