\brief Match any input (array, scalar of any type)
| 220 | |
| 221 | // \brief Match any input (array, scalar of any type) |
| 222 | static InputType Any() { return InputType(); } |
| 223 | |
| 224 | /// \brief Return true if this input type matches the same type cases as the |
| 225 | /// other. |