pub fn natural2array_default<I, T>(nat: I) -> PrimitiveArray<T>where I: Iterator<Item = T::Native>, T: ArrowPrimitiveType,