ref: 6c02c9507bce9da833f0de58f93c589d5882e7e1
dir: /parse/trait.def/
/* Definitions of built in constraints */ Tc(Tcnum, "tcnum") /* arith ops */ Tc(Tcint, "tcint") /* behaves like an int, defaults to int as fallback */ Tc(Tcfloat, "tcfloat") /* behaves like a float, defaults to float as fallback */ Tc(Tctest, "tctest") /* if condition */ Tc(Tcidx, "tcidx") /* indexable */ Tc(Tcslice, "tcslice") /* sliceable */ Tc(Ncstr, "")