Dag Sverre Seljebotn wrote:
> cdef extern from *:
> ctypedef rank("mylib", 3) smallint
> ctypedef rank("mylib", 4) largeintDo you have any use cases where that would actually be helpful? I.e. where you don't know the exact types but you are sure of their ranking, and knowing the ranking is useful? -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
