Searched refs:stack (Results 1 – 1 of 1) sorted by relevance
232 val stack = ArrayList<SubspaceModifier>(capacity).also { it.add(this) } in fillVector() constant234 while (stack.isNotEmpty()) { in fillVector()235 when (val next = stack.removeAt(stack.size - 1)) { in fillVector()237 stack.add(next.inner) in fillVector()238 stack.add(next.outer) in fillVector()