(tc-next! tc) -> value
Returns the first item in tc, and destructively removes that item from the tc
Examples: Assuming (define epsilon (make-tc 'uno 'dos 'tres))
then
See Also: tc-empty?