(* File: DynamicArray.thy Author: Bohua Zhan *) section ‹Implementation of dynamic arrays› theory DynamicArray imports Arrays_Impl begin text ‹Dynamically allocated arrays.›