Press n or j to go to the next uncovered block, b, p or k for the previous block.
/** * ADR-024: Unsigned integer types */ const UNSIGNED_TYPES = ["u8", "u16", "u32", "u64"] as const; export default UNSIGNED_TYPES;