Peter Dimov
c7dbff81e5
Document mp_join
2021-03-12 06:41:59 +02:00
Peter Dimov
d669ed844c
Document mp_split
2021-03-12 06:25:43 +02:00
Peter Dimov
0075288002
Document mp_intersperse
2021-03-12 04:34:42 +02:00
Peter Dimov
0dea2f1a2b
Expand mp_for_each note slightly
2021-03-04 20:15:30 +02:00
Bernhard Manfred Gruber
09780a6df8
Add a note to mp_for_each for lists with elements which are not default-constructible
2021-03-04 12:46:48 +01:00
Peter Dimov
727ecfc0cf
Update mp_pairwise_fold_q test and example
2020-10-17 16:54:06 +03:00
Peter Dimov
8a2e945417
Document mp_pairwise_fold
2020-10-13 17:53:12 +03:00
Peter Dimov
10ba80acb9
Add support for mp_product<F>
2020-06-03 15:08:49 +03:00
Peter Dimov
7debd787dd
Document mp_iterate
2020-03-23 02:59:00 +02:00
Peter Dimov
5267548813
Document mp_partial_sum
2020-03-19 19:35:02 +02:00
Peter Dimov
a7a2c97383
Document mp_power_set
2020-03-19 16:31:52 +02:00
Peter Dimov
2b0d107844
Document mp_rotate_*
2020-01-18 20:25:08 +02:00
Peter Dimov
b53bab4b7d
Fix mp_transform examples
2019-12-08 05:44:33 +02:00
Peter Dimov
cd2c492be7
Document mp_flatten
2019-12-08 03:20:59 +02:00
Peter Dimov
1542a0c388
Fix documentation of mp_unique_if, mp_unique_if_q
2019-12-07 19:05:21 +02:00
Kris Jusiak
aa11577812
🆕 [mp_unique_if] Support for mp_unique with a predicate
...
Problem:
- `mp_unique` doesn't support custom predicates.
Solution:
- Add `mp_unique_if` and `mp_unique_if_q` which allow to remove duplicates elements with a predicate.
2019-12-03 15:12:55 -07:00
Peter Dimov
d0e6e29abb
Fix mp_with_index example
2019-06-02 17:52:04 +03:00
Peter Dimov
ed431d7624
Document mp_back, mp_pop_back
2019-02-16 20:26:03 +02:00
Peter Dimov
b83b203cbc
Fix a few mistakes
2019-02-05 18:50:22 +02:00
Peter Dimov
2d0567d984
Document mp_filter
2019-02-05 18:33:27 +02:00
Glen Fernandes
f387448581
Implement mp_starts_with
2018-08-31 15:09:22 -04:00
Peter Dimov
8307f404f8
Documentation fixes
2018-02-11 05:40:41 +02:00
Peter Dimov
a41fd401fd
Fix typos
2018-02-07 20:56:47 +02:00
zerotypos-found
4fee76f416
Fix typo
2018-01-23 11:57:55 +09:00
Peter Dimov
df8217ce97
Add mp_all_of_q, mp_any_of_q, mp_none_of_q
2017-10-22 02:50:29 +03:00
Peter Dimov
0f5c50b195
Add mp_find_if_q
2017-10-22 02:18:40 +03:00
Peter Dimov
aae8d4dfba
Add mp_min_element_q, mp_max_element_q
2017-10-22 02:00:56 +03:00
Peter Dimov
806a96e42c
Add mp_nth_element_q
2017-10-22 01:47:00 +03:00
Peter Dimov
b229d184ac
Add mp_sort_q
2017-10-22 01:34:12 +03:00
Peter Dimov
38654a6884
Add mp_partition_q
2017-10-22 01:25:35 +03:00
Peter Dimov
4cd6a4ff45
Add mp_remove_if_q
2017-10-21 22:13:35 +03:00
Peter Dimov
5741ce6657
Add mp_copy_if_q
2017-10-21 22:03:37 +03:00
Peter Dimov
e4c12368c6
Add mp_replace_if_q
2017-10-21 21:51:14 +03:00
Peter Dimov
4a8d6db171
Add mp_count_if_q
2017-10-21 21:30:51 +03:00
Peter Dimov
c14d6030c2
Add mp_nth_element
2017-10-15 16:56:22 +03:00
Peter Dimov
67beaa8fc9
Add mp_min_element, mp_max_element
2017-10-14 22:05:49 +03:00
Peter Dimov
e5b4200d24
Add mp_fold_q, mp_reverse_fold_q
2017-10-14 20:26:38 +03:00
Peter Dimov
321f5fdb24
Move mp_assign, mp_clear from algorithm to list
2017-10-14 20:11:02 +03:00
Peter Dimov
018d71bb72
Add mp_list_c, mp_from_sequence
2017-10-14 18:20:29 +03:00
Peter Dimov
5c7be526f9
Fix example
2017-06-18 14:53:54 +03:00
Peter Dimov
85c342944b
Add mp_fold example
2017-06-17 19:39:13 +03:00
Bjorn Reese
6230d0ba41
Added illustrations for mp_drop_c, mp_take_c, mp_insert_c, and mp_erase_c
2017-06-17 16:52:52 +02:00
Peter Dimov
083453705c
Update documentation
2017-06-11 04:35:34 +03:00
Peter Dimov
cbf539e16b
Update documentation
2017-06-10 03:44:31 +03:00
Peter Dimov
9deb752095
Update documentation
2017-06-09 20:35:21 +03:00
Peter Dimov
b7839dbdb5
Remove ToC titles on inner pages
2017-06-07 00:13:13 +03:00
Peter Dimov
f93e0fa3e7
Port documentation to asciidoc
2017-06-07 00:02:25 +03:00