Skip to content

Instantly share code, notes, and snippets.

@masahitojp
Created August 11, 2011 08:31
Show Gist options
  • Save masahitojp/1139166 to your computer and use it in GitHub Desktop.
Save masahitojp/1139166 to your computer and use it in GitHub Desktop.
99
def last[T](l: List[T]):T = l.reverse.head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment