long

fun MetaProvider.long(key: Name? = null): ReadOnlyProperty<Any?, Long?>
fun MetaProvider.long(default: Long, key: Name? = null): ReadOnlyProperty<Any?, Long>
fun MutableMetaProvider.long(key: Name? = null): ReadWriteProperty<Any?, Long?>
fun MutableMetaProvider.long(default: Long, key: Name? = null): ReadWriteProperty<Any?, Long>
val Meta?.long: Long?