Allow default template parameters for C++ classes.
This is done with the T=* syntax, similar to default args of cdef methods. This does, however, expose us to types that we can't explicitly declare.
Showing
Please register or sign in to comment