We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a560b87 commit 99d50b3Copy full SHA for 99d50b3
examples/05_stdlib/07_firstlast.md
@@ -37,6 +37,7 @@ fun main() {
37
### `firstOrNull`, `lastOrNull`
38
39
These functions work almost the same way with one difference: they return `null` if there are no matching elements.
40
+
41
<div class="language-kotlin" theme="idea" data-min-compiler-version="1.3">
42
43
```kotlin
0 commit comments