isSetTypeDescriptor function

bool isSetTypeDescriptor(
  1. $AT descriptor
)

Implementation

bool isSetTypeDescriptor($AT descriptor) =>
    descriptor.mapType<bool>(<X>() => const <Never>{} is X);