public insert(position as UInt, value as Long) as StringBuilder throws IndexException:
Inserts a signed long.
This builder.
builder = StringBuilder() builder.append("[]") builder.insert(1u, 123L) print(builder.toString())