mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 21:43:04 +00:00
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: unpack
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: unpack
|
|
# --
|
|
unpack(${1:vector}, mask=(${2:$1>0}), field=${3:destination array}) |