Function GenericUnion.this

Constructs a generic union corresponding to the given schema and the given value. The schema should be of Avro type union and the value should correspond to one of the union types.

this (
  const(Schema) schema
);