ReferenceVectransformOn this pagetransformlq.transform(a, b, mapper) Transforms two vectors a,ba, ba,b of the same length with a function that receives pairs (ai,bi)(a_i,b_i)(ai,bi) for all iii. Parametersa : arrayFirst vector.b : arraySecond vector.mapper : functionThe function to apply to each item.