Function str_vec_to_fpdec
Source pub fn str_vec_to_fpdec(arr: &[String]) -> StdResult<Vec<FPDecimal>>
Expand description
§Description
Converts an String array to a FPDecimal array.
§Params
- arr is a reference to an array containing objects of type
String.