We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894f255 commit 87b2199Copy full SHA for 87b2199
src/basilisp/core.lpy
@@ -1983,7 +1983,8 @@
1983
value, or a combination of ``start`` and ``stop`` and optional
1984
``step`` values.
1985
1986
- Equivalent to Python's ``array[start:stop:step]`` extended indexing syntax."
+ Equivalent to Python's ``array[start:stop:step]`` extended indexing
1987
+ syntax. Use ``nil`` to omit any of these field."
1988
[array & stop-or-start-stop-step]
1989
`(aget ~array (python/slice ~@stop-or-start-stop-step) ))
1990
0 commit comments