On 29 March 2016 at 12:29, Marcos Carceles <marcos.carceles@gmail.com> wrote:
> Would this work?
>
> listVariable*.class == [Integer, Integer]
It would in this particular example, but this may be dangerous for
some other cases. Try e.g. this:
[1, [:], [class: 1]]*.class
Cheers,
Dinko
>
> On 29 March 2016 at 12:25, Maarten Boekhold <boekhold@gmx.com> wrote:
>>
>> Hi,
>>
>> Is there a quick and easy way to do something like:
>>
>> assert listVariable == [int, int]
>>
>> eg, the list is of size 2 and each element is an int?
>>
>> Maarten
>
>
|