Package-level declarations

Types

Link copied to clipboard
sealed class KartType<out ENGINE : KartEngine>

카트 엔진 타입을 나타냅니다.

Link copied to clipboard
interface Ref<T>

현재 유효하지 않을 수 있는 T의 장기 보관 가능한 참조입니다.

Functions

Link copied to clipboard
inline fun <T : Any, R> Ref<T>.access(block: T.() -> R): R?

현재 유효한 값이 있을 때만 block을 실행합니다.