Make VTKM_ARRAY_HANDLE_NEW_STYLE macro
While in the transition between two types of ArrayHandle
implementations, we need to declare when an ArrayHandle
is implemented
with the new style. To consolidate, create a
VTKM_ARRAY_HANDLE_NEW_STYLE
to override the default ArrayHandle
implementation with the ArrayHandleNewStyle
implementation.