rescript-core
rescript-core copied to clipboard
Fix signature for Array.splice
trafficstars
Consistency with JS would be nice.
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?