(tc-splice! tc list) -> tc
Similar to tc-append!, this adds list to tc, element by element. (See examples for difference from tc-append!)
Examples:
>> (tc-splice! epsilon '(4 5)) :: [tc]