constructorLaw

inline fun <E : Any> constructorLaw(size: Int, noinline init: (Int) -> E): Array<E>