Module string_concat_unsafe

Source

Functions§

concat_2_no_overflow
Concatenates two strings using unsafe Rust for better performance.
concat_3_no_overflow
Concatenates three strings using unsafe Rust for better performance.
concat_4_no_overflow
Concatenates four strings using unsafe Rust for better performance.
concat_5_no_overflow
Concatenates five strings using unsafe Rust for better performance.