No we should not support enum types derived from strings

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Mon May 10 17:18:51 UTC 2021


On Monday, 10 May 2021 at 17:09:37 UTC, Joseph Rushton Wakeling 
wrote:
> Cf. the way this is handled in Rust, where there is a clear 
> distinction between a container, versus an iterator over that 
> container:

That is true for C++ and Python as well. C++ has 
begin(object)/end(object) and Python has iter(object).



More information about the Digitalmars-d mailing list