pGetCodepoints

Get all codepoints in a string, codepoints count returned by parameters

version(!BindRaylib_Static)
extern (C) @nogc nothrow
alias pGetCodepoints = int* function
(
const(char)* text
,
int* count
)

Meta