property

fun <T> property(name: String, gen: Gen<T>, iterations: Int = this@MatrixSuiteScope.config.defaultPropertyIterations, nameFn: NameFn<T> = { index, value -> defaultLayerName(index, value) }, config: PropertyLayerConfigBuilder.() -> Unit = {}): MatrixPropertyLayer<T>