metawards.utils.create_int_array

metawards.utils.create_int_array(size: int, default: int = None)

Create a new array.array of the specified size. If default is set then all values will be initialised to ‘default’