Function shortscale::extra::shortscale_vec_concat[][src]

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 much slower than using a String builder and slower than JavaScript on MacOS.