annotationForField method

Annotation annotationForField(
  1. FieldElement field
)

Given a field element, retrieve the Annotation equivalent

Implementation

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