Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fn main() {
- const SIZE: usize = 5;
- // [0.0, 0.0, 0.0, 0.0, 0.0]
- let mut array: [f64; SIZE] = [0.0; SIZE];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement