# \#iterables

**URL:** https://discourse.julialang.org/tag/iterables/1693.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Creating an Iterable of Dicts](https://discourse.julialang.org/t/creating-an-iterable-of-dicts/122527)

<div class="topic-metadata">

**Author:** [@Niall](https://discourse.julialang.org/u/Niall)\
**Replies:** 15\
**Last updated:** [November 16, 2024, 7:44pm UTC](https://discourse.julialang.org/t/creating-an-iterable-of-dicts/122527 "2024-11-16T19:44:55Z")

</div>

Hi. I’m interested in learning more about creating Iterables to save space. In particular, right now I want to create an Iterable that runs through the rows of a truth table. The following code generates an array that (a…
