pub fn option_eq<L, R>(left: Option<L>, other: R) -> boolwhere L: PartialEq<R>,
Check if the Option-wrapped L is same to R.
Option