[ Version ( deprecated = true , deprecated_since = "0.12.0" ) ]
public bool append () throws Error
Warning: append is deprecated since 0.12.0.
| this |
|
true on success, false if there was an error. It appends a new struct element. To append a new struct element, you need to call this function then append struct element field values to all `field_builder`s. `field_value`s are the ArrayBuilder specified to constructor. You can get `field_builder` by get_field_builder or get_field_builders.
|