arrayTypeCompatibleWithoutCasting

See if both types are arrays that can be compared for equality without any casting. Return true if so. This is to enable comparing things like an immutable array with a mutable one.

extern (C++)
bool
arrayTypeCompatibleWithoutCasting
Suggestion Box / Bug Report