pub fn iota(size: usize) -> Vec<usize>
Generates a vector of indices from 0 to size - 1.
size
A vector containing indices from 0 to size - 1.