! * Default constructor. It creates an array of `size() == 0`. It * does not allocate memory and its complexity is @f$ O(1) @f$. */
| 69 | * does not allocate memory and its complexity is @f$ O(1) @f$. |
| 70 | */ |
| 71 | array() = default; |
| 72 | |
| 73 | /*! |
| 74 | * Constructs an array containing the elements in `values`. |
nothing calls this directly
no outgoing calls
no test coverage detected