Implement component(N) functions for destructuring UArrays
This commit is contained in:
committed by
Ilya Gorbunov
parent
550c74bb6b
commit
6b92190726
@@ -888,7 +888,7 @@ object Elements : TemplateGroupBase() {
|
||||
|
||||
val f_components = (1..5).map { n ->
|
||||
fn("component$n()") {
|
||||
include(Lists, ArraysOfObjects, ArraysOfPrimitives)
|
||||
include(Lists, ArraysOfObjects, ArraysOfPrimitives, ArraysOfUnsigned)
|
||||
} builder {
|
||||
operator(true)
|
||||
inlineOnly()
|
||||
|
||||
Reference in New Issue
Block a user