take_until

EveAndersson.com : API Browser : take_until

take_until

take_until p xs
Defined in tcl/ad-functional.tcl

returns the list of elements upto and including the first element of xs which satisfies p

Parameters:
p
xs
[ show source ]

Show another procedure:

eve@eveandersson.com