! * Default constructor. It creates a mutable array of `size() == * 0`. It does not allocate memory and its complexity is * @f$ O(1) @f$. */
| 55 | * @f$ O(1) @f$. |
| 56 | */ |
| 57 | array_transient() = default; |
| 58 | |
| 59 | /*! |
| 60 | * Returns an iterator pointing at the first element of the |
nothing calls this directly
no outgoing calls
no test coverage detected