[][src]Function rusty_coin::rc::value::combine_and_convert

pub fn combine_and_convert(
    vec_to: &Vec<Value>,
    vec_from: &Vec<Value>,
    exchange_rate: Rate
) -> Vec<Value>

Function that takes two vectors of values to be combined, while converting one currency (vec_to) to the other (vec_from)