| 237 | return with_spec(spec_.list(elem)); |
| 238 | } |
| 239 | constexpr FieldMeta array(FieldNodeSpec elem) const { |
| 240 | return with_spec(spec_.array(elem)); |
| 241 | } |
| 242 | constexpr FieldMeta set(FieldNodeSpec elem) const { |
| 243 | return with_spec(spec_.set(elem)); |
| 244 | } |
no outgoing calls