index
:
gleam_stdlib
main
gleam stdlib
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
...
*
Do not use append in combinations_by_2
Sebastian
2021-04-29
|
*
Rename combinations_by to combinations
Sebastian
2021-04-29
|
*
Add list.combinations
Sebastian Porto
2021-04-29
|
*
Fix typo
Michael Jones
2021-04-18
|
|
|
|
Apostrophe instead of double quote.
*
Update changelog
Marcin Puc
2021-04-16
|
*
Add iterator.interleave
Marcin Puc
2021-04-16
|
*
Update changelog
Marcin Puc
2021-04-16
|
*
Use iterator.empty in tests and examples
Marcin Puc
2021-04-16
|
*
Add iterator.{empty, once, single}
Marcin Puc
2021-04-16
|
*
Add `last` to changelog
Marcin Puc
2021-04-15
|
*
Add performance note for iterator.last
Marcin Puc
2021-04-15
|
*
Add note about performance for list.last
Marcin Puc
2021-04-15
|
*
Add {iterator, list}.last
Marcin Puc
2021-04-15
|
*
add list.scan
Robert Attard
2021-04-14
|
*
Add `reduce` to changelog
Marcin Puc
2021-04-13
|
*
Rename `map_reduce` to `map_fold`
Marcin Puc
2021-04-13
|
*
Add {iterator. list}.reduce
Marcin Puc
2021-04-13
|
*
rename string.drop_before to string.crop; use erl_contains instead of ↵
Robert Attard
2021-04-09
|
|
|
|
split_once and then concat
*
add string.drop_before #131
Robert Attard
2021-04-09
|
*
Update example for map_reduce
Sebastian Porto
2021-04-09
|
*
Flip order of args passed to fn in map_reduce. Item first and memo second.
Sebastian Porto
2021-04-09
|
*
Update changelog
Sebastian Porto
2021-04-09
|
*
Add list.map_reduce
Sebastian Porto
2021-04-09
|
*
Add iterator.group
Marcin Puc
2021-04-06
|
*
Add iterator.{any, all} to changelog
Marcin Puc
2021-03-28
|
*
Add iterator.{any, all}
Marcin Puc
2021-03-28
|
*
Simplify list.{any, all}
Marcin Puc
2021-03-28
|
*
Make list.zip tail-recursive
Marcin Puc
2021-03-27
|
*
Update the changelog
Marcin Puc
2021-03-25
|
*
Add iterator.intersperse
Marcin Puc
2021-03-25
|
*
Make list.intersperse tail-recursive
Marcin Puc
2021-03-23
|
*
Go back to using do_append in do_flatten
Marcin Puc
2021-03-21
|
*
Correct iterator documentation
Marcin Puc
2021-03-21
|
*
Rearrange helper functions in iterator
Marcin Puc
2021-03-21
|
*
Refactor the iterator module
Marcin Puc
2021-03-21
|
*
Update the changelog
Marcin Puc
2021-03-20
|
*
Add iterator.sized_chunk and list.sized_chunk
Marcin Puc
2021-03-20
|
*
Rename chunk_by to chunk
Marcin Puc
2021-03-20
|
*
Simplify the next_chunk_by helpers
Marcin Puc
2021-03-20
|
*
Add list.chunk_by
Marcin Puc
2021-03-20
|
*
Add iterator.chunk_by
Marcin Puc
2021-03-20
|
*
Add info about iterator.take change to changelog
Marcin Puc
2021-03-14
|
*
Make iterator.take return an iterator instead of a list
Marcin Puc
2021-03-14
|
*
Rename label
Louis Pilfold
2021-03-14
|
*
Add installation instructions and usage examples to the README
Joe Corkerton
2021-03-13
|
*
Add Examples to uri
Sebastian Porto
2021-03-13
|
*
Add more iterator functions to changelog
Marcin Puc
2021-03-10
|
*
Add iterator.{take_while, drop_while} (#174)
Marcin Puc
2021-03-10
|
*
Add iterator.scan (#173)
Marcin Puc
2021-03-10
|
*
Add iterator.zip
Marcin Puc
2021-03-10
|
[prev]
[next]