Skip to main content

arr_ext_persistent_get_ty

Function arr_ext_persistent_get_ty 

Source
pub fn arr_ext_persistent_get_ty() -> Expr
Expand description

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

Persistent array lookup: O(log n) access without mutation.