pub fn builder_with_capacity(
dtype: &DType,
capacity: usize,
) -> Box<dyn ArrayBuilder>👎Deprecated:
use builder_with_capacity_in with an explicit allocator
Expand description
Construct a new canonical builder for the given DType.