J
Jani Monoses
Hello
is there a nicer way of padding a string to a power of two length than for example
data = data.ljust((data.length+3) & ~3)
this looks too much like C
Jani
is there a nicer way of padding a string to a power of two length than for example
data = data.ljust((data.length+3) & ~3)
this looks too much like C
Jani