nftable-migration
1# -*- mode: snippet -*-
2# contributor: Mark Karpov
3# name: mapcar
4# key: mapcar
5# --
6(mapcar ${1:fnc} ${2:list})
7$0