🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

add

add

Source set: Android
override fun add(element: SubspaceLayoutNode) =
        set.add(element).also {
            if (extraAssertions) {
                check(mapOfOriginalDepth.getOrPut(element) { element.depth } == element.depth) {
                    "invalid node depth"
                }
            }
        }

Content updated: