On Wednesday, August 17, 2016 at 11:49:14 AM UTC-7, Steven G. Johnson wrote:
>
> Will simply overwrite the Bar that's at array[i]?
>>
>
> Yes. 
>
>
I verified this. Fantastic, thanks!
 

> Is there a way to assert that a type is immutable?
>>
>
> You declare it as
>
>      immutable MyType
>          ....
>      end
>

No, I mean when I am passed a type as a function parameter, is there a way 
to check if it has been declared as an immutable type?
 

Reply via email to