Function: SB-ALIEN-INTERNALS:ALIEN-SUBTYPE-P¶
Return T iff the alien type TYPE1 is a subtype of TYPE2. Currently, the only supported subtype relationships are is that any pointer type is a subtype of (* t), and any array type first dimension will match (arraynil …). Otherwise, the two types have to be ALIEN-TYPE-=.
Lambda list¶
(sb-alien::type1 sb-alien::type2)