rescript-core icon indicating copy to clipboard operation
rescript-core copied to clipboard

Fix signature for Array.splice

Open bloodyowl opened this issue 1 year ago • 2 comments
trafficstars

bloodyowl avatar Apr 21 '24 15:04 bloodyowl

Consistency with JS would be nice.

leoliu avatar Feb 25 '25 09:02 leoliu

Ah I think we tried to return unit for mutating methods, but splice is a bit special since it returns the other half of the array. @zth WDYT?

fhammerschmidt avatar Feb 25 '25 13:02 fhammerschmidt