Example #1
0
 internal static unsafe int wcslen(char *ptr) => SpanHelpers.IndexOfNullCharacter(ref *ptr);