Structsยง
- Symbol
Access ๐Collector - Collects all symbol accesses within an async block,
including both direct variable identifiers (
x
) and tuple field accesses (x.0
,x.1
, etc.). Each access is recorded as a pair: (Symbol, Option).
x
) and tuple field accesses (x.0
, x.1
, etc.).
Each access is recorded as a pair: (Symbol, Option