Show all values inside of a list in IEX

How to output all the values inside of a list in iex instead of ... at the end?

[~D[2019-01-01], ~D[2019-01-02], ~D[2019-01-03], ~D[2019-01-04], ~D[2019-01-05],
 ~D[2019-01-06], ~D[2019-01-07], ~D[2019-01-08], ~D[2019-01-09], ~D[2019-01-10],
 ~D[2019-01-11], ~D[2019-01-12], ~D[2019-01-13], ~D[2019-01-14], ~D[2019-01-15],
 ~D[2019-01-16], ~D[2019-01-17], ~D[2019-01-18], ~D[2019-01-19], ~D[2019-01-20],
 ~D[2019-01-21], ~D[2019-01-22], ~D[2019-01-23], ~D[2019-01-24], ~D[2019-01-25],
 ~D[2019-01-26], ~D[2019-01-27], ~D[2019-01-28], ~D[2019-01-29], ~D[2019-01-30],
 ~D[2019-01-31], ~D[2019-02-01], ~D[2019-02-02], ~D[2019-02-03], ~D[2019-02-04],
 ~D[2019-02-05], ~D[2019-02-06], ~D[2019-02-07], ~D[2019-02-08], ~D[2019-02-09],
 ~D[2019-02-10], ~D[2019-02-11], ~D[2019-02-12], ~D[2019-02-13], ~D[2019-02-14],
 ~D[2019-02-15], ~D[2019-02-16], ~D[2019-02-17], ~D[2019-02-18], ~D[2019-02-19],
 ...]

https://hexdocs.pm/iex/IEx.html#configure/1-inspect

4 Likes