Package: alexandria

Function starts-with

Lambda List

starts-with (object sequence &key test key)

Details

Returns true if sequence is a sequence whose first element is eql to object. Returns nil if sequence is not a sequence or is an empty sequence.
 

See also

2012-12-9