Works also for sequences, and leaves other expressions unchanged. Copying the list v is always done when v is mutable.
i1 = deepSplice { (a,b,(c,d,(e,f))), g, h }
o1 = {a,b,c,d,e,f,g,h}
o1 : List
See also splice.
Go to main index.
Go to concepts index.