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 20, 2024
1 parent f97e7f7 commit b9e1eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ 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!
`Arr` acts like a Python `list`, so it has a super simple API you can [easily use anywhere](https://grugbrain.dev/#grug-on-apis).

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

Expand Down

0 comments on commit b9e1eee

Please sign in to comment.