toUTFzImpl
private fn
P toUTFzImpl(P, S)(return scope S str) if (is(immutable typeof(* P.init) == typeof(str[0]))) @safe pureNo documentation available for this declaration.
private fn
P toUTFzImpl(P, S)(return scope S str) if (is(typeof(str[0]) C) && is(immutable typeof(* P.init) == immutable C) && !is(C == immutable)) @safe pureNo documentation available for this declaration.
private fn
P toUTFzImpl(P, S)(S str) if (!is(immutable typeof(* P.init) == immutable typeof(str[0]))) @safe pureNo documentation available for this declaration.