mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-14 21:41:25 -07:00
wildcard instance identifier resolution in type views; ?{arg1, arg2, arg3} in type view pattern -> use arg1, arg2, or arg3 in expression
This commit is contained in:
@@ -173,7 +173,7 @@ struct OpaqueTemplatedDynamicArray
|
||||
void *v;
|
||||
int count;
|
||||
};
|
||||
raddbg_type_view(OpaqueTemplatedDynamicArray<?>, rows($, count, array(v, count)));
|
||||
raddbg_type_view(OpaqueTemplatedDynamicArray<?{type}>, array(cast(type *)v, count));
|
||||
|
||||
struct Struct_With_Embedded_Arrays
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user