We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3037f60 commit 5d9c667Copy full SHA for 5d9c667
rust/src/variable.rs
@@ -590,9 +590,9 @@ impl From<ValueRange<i64>> for BNValueRange {
590
#[derive(Clone, Debug, Eq, PartialEq)]
591
pub struct LookupTableEntry {
592
/// The set of integers that correspond with [`Self::to`].
593
- from: HashSet<i64>,
+ pub from: HashSet<i64>,
594
/// The associated "mapped" value.
595
- to: i64,
+ pub to: i64,
596
}
597
598
impl LookupTableEntry {
0 commit comments