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