6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: template
|
|
# key: template
|
|
# --
|
|
template ${1:name}(${2:arguments}): ${3:return type} =
|
|
$0 |