Function numbers_rus::double::double_vector::double_vector::two_vector_mode
source · pub fn two_vector_mode(
left: Vec<i128>,
right: Vec<i128>
) -> Result<String, Box<dyn Error>>Expand description
Returns the mode of two combined integer vectors as a string
Arguments
left- A vector of i128 integersright- A vector of i128 integers