Skip to content

Commit

Permalink
Add 'replaceByIndex' Ride function to the compiler functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeskov committed Jul 27, 2024
1 parent 705ded5 commit e8a33b5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pkg/ride/compiler/stdlib/funcs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2623,9 +2623,20 @@
"return_type": "Int",
"id": "901"
}
],
"replaceByIndex": [
{
"arguments": [
"List[Any]",
"Int",
"Any"
],
"return_type": "List[Any]",
"id": "1106"
}
]
},
"remove": []
}
]
}
}

0 comments on commit e8a33b5

Please sign in to comment.