Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

Combined display of all available logs of Simon Harper. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:54, 12 February 2025 Sharpic Sọ̀rọ̀ contribs created page Rust Notes (Created page with "=== Consumption === This is a critically important concept and variable error and disapear even though you think they shouldnt because it depends if the function or trait consumes them. This bit of code works <syntaxhighlight lang="rust" start="156" line> for unit_item in unit_iter.unwrap() { let unit = unit_item.unwrap(); unit_list.insert(unit.unit_code.clone(), unit); } </syntaxhighlight> but this bit errors <syntaxhighlight...")