is it shared? is it const? is it immutable?

Gor Gyolchanyan gor.f.gyolchanyan at gmail.com
Tue Oct 18 09:33:16 PDT 2011


is(FunctionTypeOf!(Overload) == shared(FunctionTypeOf!(Overload)))
the same goes for const and immutable

On Tue, Oct 18, 2011 at 8:27 PM, Matt Soucy <msoucy at csh.rit.edu> wrote:
> It would probably be useful to others who may have the same problem if you
> posted your solution - this definitely sounds like something that can help
> other people.
> -msoucy
>
> On 10/18/2011 12:10 PM, Gor Gyolchanyan wrote:
>>
>> never mind. figured it out :-)
>>
>> On Tue, Oct 18, 2011 at 7:57 PM, Gor Gyolchanyan
>> <gor.f.gyolchanyan at gmail.com>  wrote:
>>>
>>> I can't find any info about how to test whether a method is shared,
>>> const or immutable.
>>> Can anyone help me out with this?
>>>
>


More information about the Digitalmars-d mailing list