Element - ¢
- Infinite Replacement / Apply at Indices
Characters:
¢
Description
Replace b in a with c until a does not change / Call a function on all elements at specified indices together and put that back in the list
Overloads
any-any-any
-replace b in a with c until a does not change
lst-fun-lst
-apply function b to items in c at indices in a
lst-lst-fun
-apply function c to items in a at indices in b
fun-lst-lst
-apply function a to items in b at indices in c
Examples
`{[[[]]]}` `[]` `` ¢
=`{}`
1444 44 34 ¢
=1334