craftutils.wrap.dragons.Table.__array__(dtype=None)

Support converting Table to np.array via np.array(table).

Coercion to a different dtype via np.array(table, dtype) is not supported and will raise a ValueError.