lua.wetgenes.tardis.array.mix
r=a:mix(b,s,r)
Mix values between a and b where a is returned if s=0 and b is returned if s=1
If r is provided then the result is written into r and returned otherwise a is modified and returned.
r=a:mix(b,s,r)
Mix values between a and b where a is returned if s=0 and b is returned if s=1
If r is provided then the result is written into r and returned otherwise a is modified and returned.