libmir / mir-algorithm

Dlang Core Library
http://mir-algorithm.libmir.org
Other
174 stars 37 forks source link

Add `between` member function to date structs #435

Closed jmh530 closed 2 years ago

jmh530 commented 2 years ago

I want to add a period function that produces a slice between two dates or lengths (kind of similar to iota or linspace but for dates. These functions are likely a prerequisite and useful regardless.

jmh530 commented 2 years ago

Closed in favor of PR #438