my-emacs-d/elpa/yasnippet-20160924.2001/snippets/c++-mode/d_operator[]
2016-10-20 10:27:10 +02:00

5 lines
97 B
Plaintext

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