append
Description:
[
Version ( deprecated =
true , deprecated_since =
"0.12.0" , since =
"0.8.0" ) ]
public bool append (
uint64 value)
throws Error
Warning: append is deprecated since 0.12.0.
Parameters:
| this |
A UIntArrayBuilder.
|
| value |
A unsigned int value.
|
Returns:
|
true on success, false if there was an error.
|