```fun <T: View> LayoutInflater.inflateAs(@L...
# android
g
Copy code
fun <T: View> LayoutInflater.inflateAs(@LayoutRes resource: Int, root: ViewGroup?, attachToRoot: Boolean) = inflate(resource, root, attachToRoot) as T