Sean Kelly Wrote: > > void sendmsg(T)( Pid pid, T val ); > final void recvmsg(T...)( Pid pid, T ops ); Oops, I should mention that 'pid' shouldn't be in recvmsg. I just have it in there for now for testing purposes.