SoulList

@Stable
class SoulList(list: List<Soul>)

Constructors

Link copied to clipboard
constructor(list: List<Soul>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
inline fun forEachForward(block: (Soul) -> Unit)
Link copied to clipboard
inline fun forEachReverse(block: (Soul) -> Unit)