package com.discord.rpc; /** * Marks an integer that will be re-interpreted natively as unsigned. Use Kotlin's unsigned types with these. */ @interface Unsigned {}