i'm so jealous of people who have time
i'm so jealous of people who have time


Ok("something") which would return a Result with no errorsErr("something") which would return an errorOk("something")Err("something")let something = "string";
let matched = match something {
"string" => "1",
"str" => "2",
_ => "3"
};