5 lines
91 B
Text
5 lines
91 B
Text
snippet fn "Function definition"
|
|
/// ${4}
|
|
fn ${1:function_name}(${2})${3} {
|
|
${0}
|
|
}
|