Skip to content

Instantly share code, notes, and snippets.

@humblerookie
Created July 18, 2020 16:32
Embed
What would you like to do?
val allowedDisplayCodes = buildList<Int> {
addAll(currentDisplayCodes)
add(selectedCode)
addAll(discounts.map { it.itemCode })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment