mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 19:55:06 +01:00
4 lines
68 B
Kotlin
4 lines
68 B
Kotlin
|
package eu.kanade.data
|
||
|
|
||
|
fun Boolean.toLong() = if (this) 1L else 0L
|