std::String::copy_n<T>
copy_n<T>
Copies a C-style string with maximum count
Template Parameters
T
Signature
fn <T> fn copy_n(dest: *T, src: const *T, n: usize) -> *T;Specifiers
constexprinline
copy_n<T>Copies a C-style string with maximum count
Tfn <T> fn copy_n(dest: *T, src: const *T, n: usize) -> *T;constexprinline