annotationForField method

_Annotation annotationForField(
  1. FieldElement field
)

Given a field element, retrieve the _Annotation equivalent

Implementation

_Annotation annotationForField(FieldElement field) => _columnExpando[field] ??= from(field);