memccpy
fn
void * memccpy(return scope void * dst, scope const void * src, int c, size_t n) pure;Copy string until character found
void * memccpy(return scope void * dst, scope const void * src, int c, size_t n) pure;Copy string until character found