position
Returns the position of its first argument in the sequence which is its second argument
Examples:
> (position #\r "microprocessor")
3
> (position #\r "microprocessor" :from-end t)
13
> (position 'b '(a b c))
1
Previous slide
Next slide
Back to first slide
View graphic version