MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / join

Function join

include/fplus/container_common.hpp:1664–1667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1662template <typename Container,
1663 typename X = typename Container::value_type>
1664X join(const X& separator, const Container& xs)
1665{
1666 return concat(intersperse(separator, xs));
1667}
1668
1669// API search type: join_elem : (a, [[a]]) -> [a]
1670// fwd bind count: 1

Callers 10

show_tableFunction · 0.70
replace_tokensFunction · 0.70
join_elemFunction · 0.70
flattenMethod · 0.70
write_text_file_linesFunction · 0.70
lines_to_function_helpFunction · 0.50
functions_to_elm_codeFunction · 0.50

Calls 2

concatFunction · 0.70
intersperseFunction · 0.70

Tested by

no test coverage detected