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