All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.Remove.kt Maven / Gradle / Ivy

The newest version!
package com.juul.krayon.selection

import com.juul.krayon.element.Element

/** See analogous [d3 function](https://github.com/d3/d3-selection#selection_remove). */
public fun > S.remove(): S =
    each { parent?.removeChild(this) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy