pub fn pairlis(x: SExpression, y: SExpression, a: List) -> List
Expand description
returns an association list: list of pairs of corresponding elements of x and y appended to the list a x and y must be both of the same type: either both lists or both atoms
in programmer’s manual this is specified instead of the pair
function