fieldTypeAtOrNull

open override fun fieldTypeAtOrNull(field: A_Atom): A_Type?

Extract a field type from an ObjectTypeDescriptor, or null if it's not present.

Return

The field's type or null.

Parameters

field

The field to look up.