sway-core 0.35.3

Sway core language.
Documentation
1
2
3
4
5
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub enum LazyOp {
    And,
    Or,
}