INNER CODE UNIT · Rust

new

mouredev/one-day-one-language · 09 - Rust/hello_world/src/hello_world.rs:118

    fn new(name: &str, age: i32) -> MyStruct {
        MyStruct {
            name: String::from(name),
            age,
        }
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…