make the Python representation of Consts more similar to the C++ one
robertmuth opened this issue · 0 comments
robertmuth commented
In the C++ version each Const has an associated DK but in Python we just use "float" for F32/F64 and "int" for the rest.