shithub: mc

ref: e05b7f12bd9a5f807c2b6143f2a71168291ab8df
dir: /parse/trait.def/

View raw version
/* Definitions of built in constraints */
Tc(Tcnum,       "numeric")      /* arith ops */
Tc(Tcint,       "integral")     /* behaves like an int, defaults to int as fallback */
Tc(Tcfloat,     "floating")     /* behaves like a float, defaults to float as fallback */
Tc(Tcidx,       "indexable")    /* indexable */
Tc(Tcslice,     "sliceable")    /* sliceable */