swift
8ffaa0b4 - Use strict class check for _SwiftValue box

Commit
134 days ago
Use strict class check for _SwiftValue box Replaces isKindOfClass with object_getClass to ensure 'other' is exactly a _SwiftValue box, not a subclass. This works because other has no subclasses/proxies.
Parents
Loading