module vrt.vacuum.utf

Platform independent implementation of utf interface in core.rt.misc.

Code Map

//! Platform independent implementation of utf interface in core.rt.misc.
module vrt.vacuum.utf;


fn vrt_reverse_decode_u8_d(str: scope (const(scope (char)[]), index: size_t) dchar { }
fn vrt_decode_u8_d(str: scope (const(scope (char)[]), index: size_t) dchar { }
fn vrt_count_codepoints_u8(s: const(char)[]) size_t { }
fn vrt_validate_u8(s: const(char)[]) { }
fn vrt_encode_static_u8(buf: char[6], c: dchar) size_t { }