Alias AllocatorConfiguratorPolicy.getAllocators

struct AllocatorConfiguratorPolicy
{
  // ...
  alias getAllocators(alias T) = Filter!(isAllocatorAnnotation,allUDAs!T);
  // ...
}