mirror of
https://github.com/urbit/ares.git
synced 2024-11-23 00:25:49 +03:00
Merge branch 'status' into philip/jets
This commit is contained in:
commit
4edd3a6fb3
@ -520,6 +520,7 @@ fn push_formula(stack: &mut NockStack, formula: Noun) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Note: axis must fit in a direct atom */
|
||||||
pub fn raw_slot(noun: Noun, axis: u64) -> Noun {
|
pub fn raw_slot(noun: Noun, axis: u64) -> Noun {
|
||||||
slot(noun, DirectAtom::new(axis).unwrap().as_bitslice())
|
slot(noun, DirectAtom::new(axis).unwrap().as_bitslice())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user