79128809

Date: 2024-10-26 15:09:08
Score: 3
Natty:
Report link

endIndex and count are only the same if startIndex is 0. Note that startIndex need not be zero.

let someSlice = someArray[100...200] // someSlice.startIndex is 100.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: hyder