Learn more about cloning repositories
You have read-only access
stdlib: rewrite optional-check to improve performance The statement "if x == nil { }" involves creating an Optional.none for the RHS and calling the == function.