Skip to main content

arr_ext_persistent_set_ty

Function arr_ext_persistent_set_ty 

Source
pub fn arr_ext_persistent_set_ty() -> Expr
Expand description

PersistentArray.set : {α : Type} → {n : Nat} → PersistentArray α n → Fin n → α → PersistentArray α n

Persistent array update: returns a new version with updated element at index i; original version is unaffected (path copying).