SpacemanDMM icon indicating copy to clipboard operation
SpacemanDMM copied to clipboard

Warning request: Empty `Find()`

Open ZeWaka opened this issue 1 year ago • 0 comments

See:

world.log << list("a", null, "c").Find()

Will return 2 Better to put

world.log << list("a", null, "c").Find(null)

Case encountered was like listFoo.Find() - someone mistyped and forgot to put the element to find

ZeWaka avatar Aug 22 '22 23:08 ZeWaka