| 247 | return with_spec(spec_.map(key, value)); |
| 248 | } |
| 249 | constexpr FieldMeta key(FieldNodeSpec key_spec) const { |
| 250 | return with_spec(spec_.key(key_spec)); |
| 251 | } |
| 252 | constexpr FieldMeta value(FieldNodeSpec value_spec) const { |
| 253 | return with_spec(spec_.value(value_spec)); |
| 254 | } |