MCPcopy Create free account
hub / github.com/davidblewett/rure-python / Concat

Class Concat

regex/regex-syntax/src/ast/mod.rs:586–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584/// A concatenation of regular expressions.
585#[derive(Clone, Debug, Eq, PartialEq)]
586pub struct Concat {
587 /// The span of this concatenation.
588 pub span: Span,
589 /// The concatenation regular expressions.
590 pub asts: Vec<Ast>,
591}
592
593impl Concat {
594 /// Return this concatenation as an AST.

Callers 4

concat_withFunction · 0.85
into_astMethod · 0.85
concatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected