shared_ragged_array_bool_t
subroutine sync_bool(this) class(shared_ragged_array_bool_t), intent(inout) :: this call this%data_array%sync() end subroutine sync_bool