package org.jetbrains.dokka.utilities inline fun Any.cast(): T { return this as T }