List and Map | Examples

Hi All,

Any sample code references to understand DA.List & DA.Map better, would be helpful.

Thank you!

Hi @prajwalhegde3 , for lists, have a look at

https://docs.daml.com/daml/intro/3_Data.html#lists
https://docs.daml.com/daml/intro/11_StdLib.html#lists

For maps, I don’t think there’s comparable documentation, just the Standard Library docs.

You can find some usage examples in the open source test suite, though.

2 Likes

Thank you @bernhard