Structsยง
- A closure can be modeled as a struct that looks like:
- Struct returned by
split()
. - Similar to
ClosureArgs
; see the above documentation for more. - See docs for explanation of how each argument is used.
- Fold
Escaping ๐Regions Instantiates afor<'env> ...
binder with a specific region. - HasRegions
Bound ๐At Unlikehas_escaping_bound_vars
oroutermost_exclusive_binder
, this will detect only regions bound at the debruijn index.