home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

destructuring-bind (144B)


      1 # -*- mode: snippet -*-
      2 # contributor: Mark Karpov
      3 # name: destructuring-bind
      4 # key: dbind
      5 # --
      6 (destructuring-bind (${1:vars}) ${2:value}
      7   $0)