Arbitraryutf16SurrogateCharutf16SurrogateChar Callableutf16SurrogateChar(): Dependent<string>Generate an utf16 character (including surrogate) arbitrary. Examplerandom(utf16SurrogateChar())// => "c"Returns Dependent<string>An utf16 character.
Generate an utf16 character (including surrogate) arbitrary.
Example