pub const NEWAXIS: usize = usize::MAX; // 18_446_744_073_709_551_615usizeExpand description
Sentinel value for expand_dims indicating a new axis should be inserted.
In NumPy this is numpy.newaxis (an alias for None). In ferray it is
a usize sentinel that is recognized by expand_dims.