diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-05-25 11:49:08 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-05-26 19:19:29 +0100 |
commit | 5119c2d93326a798380a57ffae65583c7de5a04d (patch) | |
tree | 3d0b8cc4f2c1813b9a808cadf08b08066436d0a1 /CHANGELOG.md | |
parent | 915f43cc7695e937b90d2c8b3107bc66dfab5baa (diff) | |
download | gleam_stdlib-5119c2d93326a798380a57ffae65583c7de5a04d.tar.gz gleam_stdlib-5119c2d93326a798380a57ffae65583c7de5a04d.zip |
set.intersection
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b06925a..c53ab7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ `from_list`, `fold`, `run`, `to_list`, `take`, `drop`, `map`, `filter`, `cycle`, and `range` functions. - Created the `set` module with the `new`, `insert`, `delete`, `to_list`, - `from_list`, `fold`, `take`, and `contains` functions. + `from_list`, `fold`, `take`, `union`, `intersection`, and `contains` + functions. - Created the `io` module with the `print`, `println`, and `debug` functions. - Created the `queue` module with the `new`, `from_list`, `to_list`, `is_empty`, `length`, `push_back`, `push_front`, `pop_back`, `pop_front`, |