Alias IntrusivePtr.isLockFree

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

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