Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI lazy methods: re-explore array types with different element types
Previously upon encountering a second array this would truncate the search for available types, but since they may have different element types this could lead to missing the availability of one or more of the element classes. Now we search array::reference every time we encounter it.
- Loading branch information