On Sunday, 30 June 2019 at 15:38:42 UTC, a11e99z wrote:
try to take slice from static arrays writeln(ta[1][].maxElement);
That does what I am looking for. Thank you for the quick reply!
Samir via Digitalmars-d-learn Sun, 30 Jun 2019 08:56:12 -0700
On Sunday, 30 June 2019 at 15:38:42 UTC, a11e99z wrote:
try to take slice from static arrays writeln(ta[1][].maxElement);
That does what I am looking for. Thank you for the quick reply!