Tc-Empty?

(tc-empty? tc) -> boolean

Returns true if the tc is empty, otherwise returns false.

Example:

>> (tc-empty? (make-tc))
:: #t