Improve documentation of List.indexOf and lastIndexOf #3912
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
Milestone
The documentation of indexOf says it "looks for [element] in the list". I can't tell from this if it is looking for this exact object in the list, or looking for something that compares equal to that object. This is releated to issue #3711, which makes it clear that we are comparing to the object with ==.
The text was updated successfully, but these errors were encountered: