init
This commit is contained in:
5
snippets/c++-mode/d_operator[]
Normal file
5
snippets/c++-mode/d_operator[]
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: d_operator[]
|
||||
# key: [
|
||||
# --
|
||||
${1:Name}& operator[](${2:int index});
|
||||
Reference in New Issue
Block a user