Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Celeste@Hoppinglife. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:13, 7 June 2020 Hoppinglife talk contribs created page Scala Examples (Created page with "== Pattern Matching on Seq == <pre class="hljs"> def f(ints: Seq[Int]): String = ints match { case Seq() => "The Seq is empty !" case Seq(first) => s"The seq...")