use

inline fun <R> KList.use(use: (KList) -> R): R

Use the KList, Then free it while returning the result