Alias SharedPtr.isLockFree

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

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