infer_inds_dtype
infer_inds_dtype(max_size):
LLM Docstring
Choose the smallest unsigned integer dtype that can represent a value up to
max_size.
max_size:intthe largest (non-negative) value to represent
:returns:np.dtypethe minimal scalar dtype