Remove the specified edges. */
| 62 | |
| 63 | /** Remove the specified edges. */ |
| 64 | void clear(SeqExt ext) |
| 65 | { |
| 66 | m_record &= ~ext.m_record; |
| 67 | } |
| 68 | |
| 69 | /** Return wheter the specified base is adjacent. */ |
| 70 | bool checkBase(uint8_t base) const |
no outgoing calls