Function GenericDatum.getValue

Returns the value held by this datum.

inout inout(T) getValue(T)();

Parameters

NameDescription
T The type of the value, which much correspond to the Avro type returned by [getType()].