Recommendation on Using Effect's Data Structures

Is there a general recommendation on using the data structures in Effect? Chunk, HashSet, HashMap, etc.

Is it recommended to always use these when writing in Effect, or just when useful?
Was this page helpful?