std.array.array for immutable data types

Fra Mecca me at francescomecca.eu
Mon Feb 19 07:08:49 UTC 2018


Is there a way to avoid using to! conversion here?

immutable string[] dst = to!(immutable 
string[])(array(pipe.readEnd.byLineCopy));



More information about the Digitalmars-d-learn mailing list