https://issues.dlang.org/show_bug.cgi?id=16992

--- Comment #7 from RazvanN <[email protected]> ---
I think that having all fromISOString overloads gathered in a single template
function which is called fromISOString!Choose_type(some_string), where
Choose_type is one of {Date, DateTime, TimeOfDay} is more elegant and the
documentation can be presented a single time; rather than having 3
fromISOString functions dispersed through the documentation.

--

Reply via email to