pub fn builder_with_capacity_in(
allocator: HostAllocatorRef,
dtype: &DType,
capacity: usize,
) -> Box<dyn ArrayBuilder>Expand description
Construct a new canonical builder for the given DType using a host
crate::memory::HostAllocator.