Skip to content

Commit

Permalink
Added outline for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nwad123 committed Jan 8, 2025
1 parent 349f299 commit 477d9b7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/reference/adaptors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,18 @@ You can pass a reference to a sequence into an adaptor using :func:`flux::ref` o
:see also:
* :func:`flux::filter`

``permutations``
^^^^^^^^^^^^^^^^

.. function::
template<sequence Seq>
requires(not infinite_sequence<Seq>)
auto permutations(Seq seq) -> bidirectional_sequence auto

:param seq: A non-infinite sequence

:returns: A bidirectional sequence yielding permutations of :var:`seq`.

``pairwise``
^^^^^^^^^^^^

Expand Down Expand Up @@ -1997,4 +2009,4 @@ You can pass a reference to a sequence into an adaptor using :func:`flux::ref` o
* - :concept:`read_only_sequence`
- All inputs are read-only
* - :concept:`const_iterable_sequence`
- All inputs are const-iterable
- All inputs are const-iterable

0 comments on commit 477d9b7

Please sign in to comment.