RedCross
06/03/2019, 12:11 PMgildor
06/03/2019, 12:16 PMMarc Knaup
06/03/2019, 12:17 PMobject
then you could make it wrap a regular class
and add something like fun initialize(…)
to your object
which sets up the wrapped class
instance.
Anytime you access the object
you throw an exception if initialize
wasn't called yet.gildor
06/03/2019, 12:20 PM