Type Alias wgsl_parse::syntax::IdentifierExpression

source ·
pub type IdentifierExpression = Span;

Aliased Type§

struct IdentifierExpression {
    pub start: usize,
    pub end: usize,
}

Fields§

§start: usize

The lower bound of the range (inclusive).

§end: usize

The upper bound of the range (exclusive).