Will Robertson writes:
 > On 11/11/2008, at 4:53 PM, Joseph Wright wrote:
 > 
 > > I see that \tlist_reverse:n has no \tlp... version.  Is this  
 > > deliberate:
 > > one might be handy!
 > 
 > Seems like a good function to have, to me.
 > I'll add it to the list :)
 > 
 > On first blush, it doesn't seem quite as "easy" as \tlist_reverse:n.  
 > Any suggestions?

depends on how efficient you want to make it ...


\def_new:Npn \tlp_reverse:N #1 {
  \tlp_set:Nx #1
    {\tlist_reverse:o{#1}}
}

\def_new:Npn \tlist_reverse:o { \exp_args:No \tlist_reverse:n }

cheers
frank