Elixir v1.9.2 Date.Range View Source
Returns an inclusive range between dates.
Ranges must be created with the Date.range/2
function.
The following fields are public:
:first
- the initial date on the range:last
- the last date on the range
The remaining fields are private and should not be accessed.