List and Map | Examples
App Development3 posts208 views2 likesLast activity Jul 2022
PR
prajwalhegde3OP
Jul 2022Hi All,
Any sample code references to understand DA.List & DA.Map better, would be helpful.
Thank you!
BE
bernhard
Jul 2022Hi @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.
PR
prajwalhegde3
Jul 2022Thank you @bernhard