| 243 | return with_spec(spec_.set(elem)); |
| 244 | } |
| 245 | constexpr FieldMeta map() const { return with_spec(spec_.map()); } |
| 246 | constexpr FieldMeta map(FieldNodeSpec key, FieldNodeSpec value) const { |
| 247 | return with_spec(spec_.map(key, value)); |
| 248 | } |
no outgoing calls