ArrayHandle::StorageType should be public
StorageType is public in vtkm::cont::ArrayHandle, but some subclasses re-declare it as private. Having it public provides a convenient way to get the storage type of an ArrayHandle, otherwise it is quite verbose.
Addresses: #314 (closed)