runtime, macros: unify NaN-boxed value API under ValueVariant trait
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use fix_bytecode::{Const, InstructionPtr, Op, OperandType, Continuation};
|
||||
use fix_bytecode::{Const, Continuation, InstructionPtr, Op, OperandType};
|
||||
use fix_lang::{BUILTINS, StringId};
|
||||
use hashbrown::HashMap;
|
||||
use rnix::TextRange;
|
||||
|
||||
Reference in New Issue
Block a user