Alias RcPtr.isLockFree

true if shared RcPtr has lock free operations store, load, exchange, compareExchange, otherwise 'false'

struct RcPtr
{
  // ...
  alias isLockFree = _isLockFree;
  // ...
}