Mercurial > hg > ishara
view general/funutils/tbind.m @ 27:5de03f77dae1
Added documentation about types and revised arrow type specifications.
author | samer |
---|---|
date | Sat, 19 Jan 2013 14:22:09 +0000 |
parents | 45aaf9b2d7b0 |
children |
line wrap: on
line source
% tbind - bind args to tail recursive call % function g=tbind(varargin), args=varargin; g=@(varargin)tailrec(args{:},varargin{:}); end