TextJoin

Join text strings with delimiter

version(BindRaylib_Static)
extern (C) @nogc nothrow
const(char)*
TextJoin
(
const char** textList
,
int count
,
const(char)* delimiter
)

Meta