Hide the inherited concat() to prevent descendants from using it in a mistake instead of join(). */
| 1230 | in a mistake instead of join(). |
| 1231 | */ |
| 1232 | bool concat()= delete; |
| 1233 | |
| 1234 | // Join two consequence sequences of digits '00'+'99' -> '0099' |
| 1235 | bool join(Digits && rhs) |