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

   This change:
   
   - exposes `type_subsumes_v<TargetType, SourceType>` as the public 
target-first relation used for direct container storage reuse;
   - adds `object_ref_contains_v<RefType, ObjectType>` for proving that raw 
object pointers can be wrapped without a runtime type check;
   - updates `GetRef`, recursive container specializations, and focused 
compile-time and runtime coverage.
   
   The separate names distinguish storage subsumption from object-ref 
containment while allowing direct variable-template specialization for typed 
refs.


-- 
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