Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Nov 30, 2023
1 parent 0d13a5b commit 4b5c07a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ let view: UIView = UIView()&>.do {
}
```

```swift
let someProperty = await fetch()&>.map { data in
data.someProperty
}
```

## Motivation

Actually, I'm not addicted to getting a custom operator.
Expand Down

0 comments on commit 4b5c07a

Please sign in to comment.