5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: append
|
|
# --
|
|
${1:type} = append($1, ${2:elems})
|