Skip to main content

full

Function full 

Source
pub fn full<T: Element, D: Dimension>(
    dim: D,
    fill_value: T,
) -> FerrayResult<Array<T, D>>
Expand description

Create an array filled with a given value.

Analogous to numpy.full().