Proof.Step_vecA vector of steps
include Sidekick_util.Vec_sig.BASE with type elt = proof_stepinclude Sidekick_util.Vec_sig.BASE_RO with type elt = proof_steptype elt = proof_stepval size : t -> intval create : ?cap:int -> unit -> tval clear : t -> unitval is_empty : t -> boolval fast_remove : t -> int -> unitRemove element at index i without preserving order (swap with last element)
val ensure_size : t -> int -> unitval shrink : t -> int -> unit