default (102B)
1 # -*- mode: snippet -*- 2 # name: default 3 # key: default 4 # -- 5 default() -> Self { 6 ${0:Self::new()} 7 }