[]Function triforce_rs::functions::array_to_string

pub fn array_to_string<x, y>(
    x: x,
    y: y
) -> array_to_string<<x as AsExpression<Text>>::Expression, <y as AsExpression<Array<Text>>>::Expression> where
    x: AsExpression<Text>,
    y: AsExpression<Array<Text>>, 

Concats all the strings in the array, using the supplied delimiter, so they can be used in a search query.