* Returns the id of a tuple. * @param {object} t - The input tuple. * @return {*} the tuple id.
(t)
| 107211 | * @param {object} t - The input tuple. |
| 107212 | * @return {*} the tuple id. |
| 107213 | */ function tupleid(t) { |
| 107214 | return t[TUPLE_ID_KEY]; |
| 107215 | } |
| 107216 | /** |
| 107217 | * Sets the id of a tuple. |
| 107218 | * @param {object} t - The input tuple. |