package net.pterodactylus.sone.utils fun T?.asList() = this?.let(::listOf) ?: emptyList()