On Monday, 25 April 2022 at 15:23:12 UTC, Ali Çehreli wrote:
  auto arr = iota(10).map!(i => Foo(i.text)).array;

On Monday, 25 April 2022 at 16:11:47 UTC, rassoc wrote:
    Foo[] arr = ["abc", "def", "ghi"].map!Foo.array;

Ahh that'll do it alright, thanks

Reply via email to