uot;Elapsed time: 315.532724 msecs"
>
> Jonathan
>
>
> On Sat, May 14, 2011 at 7:32 PM, Base wrote:
>
>> Hi All-
>>
>> I am sure I am just missing this in contrib somewhere , but
>>
>> I am trying to find a subvector such that it returns the
On Sat, May 14, 2011 at 1:32 PM, Base wrote:
> Hi All-
>
> I am sure I am just missing this in contrib somewhere , but
>
> I am trying to find a subvector such that it returns the rest of the
> vector at the first occurrence of a value
>
> (def v ['a 'b
#x27;[a b c x d f])))
=> "Elapsed time: 315.532724 msecs"
Jonathan
On Sat, May 14, 2011 at 7:32 PM, Base wrote:
> Hi All-
>
> I am sure I am just missing this in contrib somewhere , but
>
> I am trying to find a subvector such that it returns the rest of the
>
Hi All-
I am sure I am just missing this in contrib somewhere , but
I am trying to find a subvector such that it returns the rest of the
vector at the first occurrence of a value
(def v ['a 'b 'c 'd 'e 'f 'g])
(my-fun 'c v)
=> ['c 'd