TypeFunction example: ImplictConvTargets

foobar foo at bar.com
Wed Oct 7 04:34:46 UTC 2020


On Wednesday, 7 October 2020 at 01:07:17 UTC, claptrap wrote:
> On Tuesday, 6 October 2020 at 23:39:24 UTC, H. S. Teoh wrote:
>> On Tue, Oct 06, 2020 at 11:16:47PM +0000, claptrap via 
>> Digitalmars-d wrote: [...]
>>>
>> I would write it like this:
>>
>> 	int[] vals = [4,7,28,23,585,73,12];
>>
>> 	int[] getMultiplesOf(int i)
>> 	{
>> 	    return vals.filter!(v => (v % i) == 0).array;
>> 	}
>>
>> One line vs. 4, even more concise. ;-)
>
> The point is to show language not library.

Why?


More information about the Digitalmars-d mailing list