AE
Size: a a a
AE
AE
AH
AN
mutableListOf<Item>().apply {
add(request.item)
addAll(request.variantItems)
}.toList()
BP
mutableListOf<Item>().apply {
add(request.item)
addAll(request.variantItems)
}.toList()
AH
AH
AH
AH
BP
AE
AE
AH
AH
AH
AO
BP
BP
КР
mutableListOf<Item>().apply {
add(request.item)
addAll(request.variantItems)
}.toList()
listOf(request.item) + request.variantItems
AO