Closed
Description
Currently if I want to access a parameter such as array length, the best method to my knowledge is
size_t size = target.request().count;
There are two problems with this. First, the corresponding python name is size
, so renaming count -> size
would be nice.
Further, wouldnt It be nice to have access to this as a free function?
size_t size = target.size()
Metadata
Metadata
Assignees
Labels
No labels