RecordField

A field of a record.

Members

Mixins

__anonymous
mixin genCtor
Undocumented in source.
__anonymous
mixin genIdentifier
Undocumented in source.
__anonymous
mixin genDumper
Undocumented in source.

Variables

doc_
Either!(None, string, string[]) doc_;

A documentation string for this object, or an array of strings which should be concatenated.

name_
string name_;

The name of the field

type_
Either!(PrimitiveType, RecordSchema, EnumSchema, ArraySchema, string, Either!(PrimitiveType, RecordSchema, EnumSchema, ArraySchema, string)[]) type_;

The field type

Meta