Shortcuts for popular methods of popular types that allow you to write your blazingly fast code blazingly fast.
use *;
let v = Some;
v.unwrap; // too long to type
v.un; // perfection
See the documentation.
Shortcuts for popular methods of popular types that allow you to write your blazingly fast code blazingly fast.
use *;
let v = Some;
v.unwrap; // too long to type
v.un; // perfection
See the documentation.