5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: d_operator[]
|
||
|
# key: [
|
||
|
# --
|
||
|
${1:Type}& operator[](${2:int index});
|