diff options
Diffstat (limited to 'core/src/main/kotlin/utilities')
| -rw-r--r-- | core/src/main/kotlin/utilities/genericUtils.kt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/main/kotlin/utilities/genericUtils.kt b/core/src/main/kotlin/utilities/genericUtils.kt deleted file mode 100644 index e94e4e8f..00000000 --- a/core/src/main/kotlin/utilities/genericUtils.kt +++ /dev/null @@ -1,3 +0,0 @@ -package org.jetbrains.dokka.utilities - -fun <T : Any, S : Any> Pair<T?, S?>.pullOutNull(): Pair<T, S>? = first?.let { f -> second?.let { s -> f to s } }
\ No newline at end of file |
