Press n or j to go to the next uncovered block, b, p or k for the previous block.
/** * ADR-024: Floating point types */ const FLOAT_TYPES = ["f32", "f64"] as const; export default FLOAT_TYPES;