Module BufferOverrunModels.CFArray
val create_array : InferIR.Exp.t -> InferIR.Exp.t -> model
Creates a new array from the given array by copying the first X elements.
val at : (InferIR.Exp.t * 'a) -> (InferIR.Exp.t * 'b) -> model