cast_array

Function cast_array 

Source
pub fn cast_array<T, U>(arr: &Array<T>) -> Array<U>
where T: DTypeValue, U: DTypeValue,
Expand description

Convierte un Array a Array (cast)

Esta función hace la conversión real de datos entre tipos.