| 35 | typedef std::vector<Value>::size_type SizeType; |
| 36 | |
| 37 | Array() = default; |
| 38 | Array(const ArrayData& other); |
| 39 | Array(ArrayData&& other); |
| 40 | Array(std::initializer_list<Value> init); |
nothing calls this directly
no outgoing calls
no test coverage detected