Module chalk_ir::fold::in_place

source ยท
Expand description

Subroutines to help implementers of TypeFoldable avoid unnecessary heap allocations.

Structsยง

  • VecMappedInPlace ๐Ÿ”’
    Takes ownership of a Vec that is being mapped in place, cleaning up if the map fails.

Functionsยง