Ask Your Question

Revision history [back]

What are all the types we can declare in Cython?

Let me be more precise: I know we can declare "int", "list", "float", "double", but what else ?

Is it possible to declare a matrix ?
Is it possible to declare combined types, as list of list of integers...?

My goal is that the program doesn't lose time to find, for example, in which type are the elements of a list...

If it's to long to describe all such available types here, maybe you can indicate to me where I can find this information.