Hacker News new | ask | show | jobs
by doty 3388 days ago
Don't the tuples with named values do that for you?

    (string first, string middle, string last) LookupName(long id)
1 comments

Yes, saw this after a second reading. Very nice!