Commits

Maxim Moiseev committed 0ea9c29acd3
Remove unnecessary `unsafeUnwrap` calls. Since `dropFirst` does not return an `Optional`, `unsafeUnwrap(xs.dropFirst())` first implicitly wraps result of `dropFirst` into an optional and then calls `unsafeUnwrap` on that.