Block

typealias Block<T, C> = context(MokkeryInstanceConfigurer.Aware<T, C>) T.() -> Unit(source)

Configuration block for an instance of type T with a configurer of type C.