const package:tuple-sop

Adds an element to the head of an n-ary tuple
>>> consT 5 (True,'c')
(5,True,'c')