guan404ming opened a new pull request, #377:
URL: https://github.com/apache/tvm-ffi/pull/377

   ## Why
   
   Python arrays lack native in operator support, requiring manual iteration to 
check if a value exists.
   
   ## How
   
   - Add `ffi.ArrayContains` C++ FFI function
   - Implement `__contains__` method in Python Array class
   - Add tests and type stub for Python


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to