5 lines
No EOL
133 B
Text
5 lines
No EOL
133 B
Text
# Author: Jonas Bonèr <jonas@jonasboner.com>
|
|
# name: def f(arg: T): R = ...
|
|
# key: def
|
|
# --
|
|
def ${1:name}(${2:args}): ${3:Unit} = $0 |