(make-tc) -> tc (make-tc arg1 ...) -> tc
Creates a new tc structure using one or more arguments. If no arguments are given, the tc begins as empty.
Examples:
>> (make-tc 1 2 3) :: [tc] >> (make-tc) :: [tc]