Function GenericDatum.getValue
Returns the value held by this datum.
inout inout(T) getValue(T)();
Parameters
| Name | Description |
|---|---|
| T | The type of the value, which much correspond to the Avro type returned by [getType()]. |
Returns the value held by this datum.
inout inout(T) getValue(T)();
| Name | Description |
|---|---|
| T | The type of the value, which much correspond to the Avro type returned by [getType()]. |