Closed marci543 closed 4 years ago
I would like to ask what the difference is between Vector.gb_type and Vector.type.gb_type. It seems to me that both return the same, but the former does an extra GxB_Vector_type() call. Is this always the case? Can Vector.gb_type be rewritten to use Vector.type.gb_type without the extra function call?
Nice catch, I think object.gb_type can be removed like you suggest. I'll merge this and look into it.
This PR adds the following: