pub type array_to_string<array, delimiter> = array_to_string<<array as AsExpression<Nullable<Array<Nullable<Text>>>>>::Expression, <delimiter as AsExpression<Text>>::Expression>;
Expand description
The return type of array_to_string()
Aliased Type§
struct array_to_string<array, delimiter> { /* private fields */ }