Next: , Previous: subclassp, Up: Top


102 subtypep

— Function: subtypep type1 type2 &optional environment

Return two values indicating the relationship between type1 and type2. If values are T and T, type1 definitely is a subtype of type2. If values are NIL and T, type1 definitely is not a subtype of type2. If values are NIL and NIL, it couldn't be determined.