library / org.akop.kotx.ext.content / android.content.res.TypedArray

Extensions for android.content.res.TypedArray

use

fun <T> TypedArray.use(block: (TypedArray) -> T): T

Invokes block, passing it the receiver and returning the value it returns. Recycles the receiver after block completes.