Foldable.h 79 B

123
  1. @protocol Foldable
  2. - (id)fold:(id)value with:(id (^)(id, id))functorBlock;
  3. @end