Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff authored Dec 11, 2024
1 parent dafc308 commit f06a276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ result = Arr([1, 2, 3]).map(lambda x: x * 2).to_list()
assert result == [2, 4, 6]
```

`Arr` acts like a Python `list`, so you can pass it around anywhere flexibly!

To access lazy evaluation, just rename `Arr` to `Iter`:

```python
Expand Down

0 comments on commit f06a276

Please sign in to comment.