We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c59fee commit 0f05dbeCopy full SHA for 0f05dbe
1 file changed
README.md
@@ -24,6 +24,9 @@ composer test
24
25
#### Range-based for (python-like)
26
27
+unlike the built-in function `range()`, `xrange()` does not create an array, but a generator
28
+that takes up a small amount of memory, regardless of the number of elements in the sequence.
29
+
30
```php
31
use function Smoren\Sequence\Functions\xrange;
32
0 commit comments