5 lines
97 B
Plaintext
Raw Normal View History

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