pad-right
Right pad a string with zeros or a specified string. Fastest implementation.
pad-left
Left pad a string with zeros or a specified string. Fastest implementation.
zerop
Pad a number with leading or trailing zeros
fastpad
Fastest pad left implementation, 2 millions ops in 48ms.