interface Box<T0> {
    val: T0;
}

Type Parameters

  • T0

Properties

Properties

val: T0