Source set: Common
Added in 1.11.0-rc01
fun SubcomposeSlotReusePolicy(maxSlotsToRetainForReuse: Int): SubcomposeSlotReusePolicy
Creates SubcomposeSlotReusePolicy which retains the fixed amount of slots.
Parameters
| maxSlotsToRetainForReuse | the SubcomposeLayout will retain up to this amount of slots. |