Files
2024-04-30 07:08:23 +02:00

10 lines
145 B
Plaintext

# -*- mode: snippet -*-
# name: mutable struct ... end
# key: mutstr
# contributor: hankail05
# --
mutable struct ${1:name}
${2:body}
end
$0