ref: 61903e15585a167f4d5f27b1d0ec812503e821e6
dir: /parse/cstr.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, "")