Function retainArr

Retain GC allocated array of ref-counted resources

void retainArr(T) (
  ref T[] arr
)
if (isAtomicRefCounted!T);