On 3/31/11 10:35 AM, Kagamin wrote:
> Ary Manzana Wrote:
>
>> I just hate it when you have to write too much
>
> hasMember!(S, "m")
> is only 1 character longer than
> S::hasMember("m")
>
> not too much for me
Ah, so then I change it to:
S::hm("M")