fromPoolable

fun <T : Pool.Poolable> fromPoolable(preallocate: Int = 0, gen: (Int) -> T): Pool<T>