minusAssign

inline operator fun minusAssign(id: TableRowId)(source)

Removes the row with the provided id. This simply calls remove while ignoring the returned element. If you require knowing which element was removed, use remove instead.