class EL_MAKEABLE_TO_SIZE

(source code)

description

Object that is initializable to a specified size or capacity

note
	description: "Object that is initializable to a specified size or capacity"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2023-11-09 13:02:32 GMT (Thursday 9th November 2023)"
	revision: "1"

deferred class
	EL_MAKEABLE_TO_SIZE

feature {NONE} -- Initialization

	make (size: INTEGER)
		deferred
		end
end