• A lightweight class for wrapping a single value.
  • Reduces memory overhead.
@JvmInline
value class UserId(val id: String)