MCPcopy Create free account
hub / github.com/arialang/aria / MatchPatternComp

Class MatchPatternComp

parser-lib/src/ast/mod.rs:917–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915
916#[derive(Debug, Clone, PartialEq, Eq)]
917pub struct MatchPatternComp {
918 pub loc: SourcePointer,
919 pub op: CompSymbol,
920 pub expr: Expression,
921}
922
923#[derive(Debug, Clone, PartialEq, Eq)]
924pub struct MatchPatternRel {

Callers 1

enum_and_caseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…