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: "2024-09-03 17:44:07 GMT (Tuesday 3rd September 2024)"
	revision: "2"

deferred class
	EL_MAKEABLE_TO_SIZE

feature {NONE} -- Initialization

	make (size: INTEGER)
		deferred
		end
end