dfinity / motoko-base

The Motoko base library
Apache License 2.0
483 stars 99 forks source link

feat: add `keys()` and `vals()` for `AssocList` #646

Open dpanchenko opened 4 months ago

sa-github-api commented 4 months ago

Dear @dpanchenko,

In order to potentially merge your code in this open-source repository and therefore proceed with your contribution, we need to have your approval on DFINITY's CLA.

If you decide to agree with it, please visit this issue and read the instructions there. Once you have signed it, re-trigger the workflow on this PR to see if your code can be merged.

— The DFINITY Foundation

timohanke commented 3 months ago

Resolves https://github.com/dfinity/motoko-base/issues/581

timohanke commented 3 months ago

I don't know about the size requirement for keys() and vals(). Does anyone know if it is really O(1)?