public insert(position as UInt, value as Byte) as StringBuilder throws IndexException:
Inserts an unsigned byte.
This builder.
builder = StringBuilder() builder.append("[]") builder.insert(1u, Byte(7)) print(builder.toString())