remove

fun remove(path: String)(source)

Removes the element at path.

Parameters

path

A pointer string.


fun remove(pointer: KPointer)(source)

Removes the element at pointer.

Parameters

pointer

The KPointer to the element to remove.