feat: another round of functions using AirStack

Co-authored-by: Kasey White <kwhitemsg@gmail.com>
This commit is contained in:
rvcas
2023-03-23 21:14:20 -04:00
committed by Lucas
parent 489dd235ff
commit 709ee914ed
4 changed files with 85 additions and 104 deletions

View File

@@ -1,4 +1,4 @@
#[derive(Debug, Clone, Default)]
#[derive(Debug, Clone, Default, Eq, PartialEq)]
pub struct Scope(Vec<u64>);
impl Scope {