Advertisement
atm-irbis

pure_function

May 4th, 2014
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.20 KB | None | 0 0
  1. <snippet>
  2.     <content><![CDATA[
  3. pure nothrow @safe ${1:function_type} ${2:function_name}(${3:arguments}) {
  4.     ${4:body}
  5. }
  6. ]]></content>
  7.     <tabTrigger>puref</tabTrigger>
  8.     <scope>source.d</scope>
  9. </snippet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement