Skip to content

std::String::concat_n<T>

concat_n<T>

Concatenates two C-style strings with maximum count

Template Parameters

  • T

Signature

fn <T> fn concat_n(dest: *T, src: const *T, n: usize) -> *T;

Specifiers

  • constexpr
  • inline