Cf_data_render.FieldA submodule containing composers for elements indexed by some totally ordered domain type.
Use required k v f to compose a group field where a required output value with key k and value matching the model v obtained by applying the projector f to the rendered value.
Use optional k v f to compose a group field where an optional output value with key k and value matching the model v obtained by applying the projector f to the rendered value. If the projector returns None then no field with key k is output.