add_field


Description:

[ Version ( since = "0.10.0" ) ]
public Schema? add_field (uint i, Field field) throws Error

Parameters:

this

A Schema.

i

The index of the new field.

field

The field to be added.

Returns:

The newly allocated Schema that has a new field or null on error.