1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/source/libs/sprout/algorithm/index.rst

27 lines
581 B
ReStructuredText
Raw Normal View History

2013-08-15 09:37:20 +00:00
.. _sprout-algorithm:
###############################################################################
Sprout.Algorithm
###############################################################################
.. toctree::
:hidden:
all_of
any_of
2013-08-16 02:43:55 +00:00
none_of
one_of
2013-08-15 09:37:20 +00:00
.. _sprout-algorithm-non_modifying:
*******************************************************************************
Non-modifying sequence operations
*******************************************************************************
* :doc:`./all_of`
* :doc:`./any_of`
2013-08-16 02:43:55 +00:00
* :doc:`./none_of`
* :doc:`./one_of`