isMutable!(T) - intended/overlooked behaviour?

Liam McSherry via Digitalmars-d digitalmars-d at puremagic.com
Mon Jan 11 07:27:51 PST 2016


On Monday, 11 January 2016 at 15:23:34 UTC, Liam McSherry wrote:
> On Monday, 11 January 2016 at 15:17:24 UTC, Liam McSherry wrote:
>> ---
>> enum int root_i = -1;
>> ---
>
> Or rather
>
> ---
> enum int sqrt_i = -1;
> ---

Argh. Obviously I need more coffee today.

---
enum int square_i = -1;
---


More information about the Digitalmars-d mailing list