Layer

open class Layer : Comparable<Layer> (source)

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
val ROOT: Layer
Link copied to clipboard

Functions

Link copied to clipboard
open fun compareTo(@NotNull o: @NotNull Layer): Int
Link copied to clipboard
open fun next(): Layer