entities.TypedId.kt Maven / Gradle / Ivy
package com.github.fluidsonic.baku
inline class TypedId(val untyped: EntityId) {
override fun toString() =
untyped.toString()
}
package com.github.fluidsonic.baku
inline class TypedId(val untyped: EntityId) {
override fun toString() =
untyped.toString()
}