nvim/snippets/cpp.snippets

3 lines
58 B
Plaintext

snippet array
std::array<${1:T}, ${2:N}> ${3:array};${4}