Type.getFields

Returns an array of all fields defined by this type.

class Type
const
const(Field)[]
getFields
()

Return Value

Type: const(Field)[]

All fields objects on this type.

Meta