[][src]Function shortscale::shortscale_vec_concat

pub fn shortscale_vec_concat(num: u64) -> String

First Rust implementation (ever for me)
Modeled after javascript version
Functional composition by allocating and concatenating Vecs.
This is ~20x slower than the String builder and ~5x slower than JavaScript.