Enum member isAllocatorAnnotation

Check if T is instance of AllocatorAnnotation

enum isAllocatorAnnotation(T) = is(T : AllocatorAnnotation!X, X);
enum isAllocatorAnnotation(alias T) = isAllocatorAnnotation!(toType!T);