Function shortscale::extra::shortscale_vec_concat

source ·
pub fn shortscale_vec_concat(num: u64) -> String
Expand description

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.