my-emacs-d/elpa/yasnippet-20161022.646/snippets/c++-mode/d_operator[]
2016-10-24 08:30:06 +02:00

5 lines
97 B
Plaintext

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