mimium icon indicating copy to clipboard operation
mimium copied to clipboard

introduce tuple and auto parameter pack

Open tomoyanonymous opened this issue 4 years ago • 0 comments

for supporting multichannel dsp expression

fn sample(a:float,b:float)->(float,float){
//something
}
//this is equivalent to
sample(a,b)
//
(a,b) |> sample

tomoyanonymous avatar Jan 18 '20 11:01 tomoyanonymous