Swift-函数闭包Closure

闭包原型应该是OC中的block

还记得block的写法嘛

int (^myBlock)(int, int) = ^(int a, int b) {
     return a + b;
};

 

posted @ 2015-08-07 15:04  Melody_Zhy  阅读(187)  评论(0编辑  收藏  举报