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
constexpr
inline
copy_n<T>
Copies a C-style string with maximum count
T
fn <T> fn copy_n(dest: *T, src: const *T, n: usize) -> *T;
constexpr
inline