add runtime type checking to datatypes
Add a @typechecked
decorator above every class. This requires the typeguard module to be installed and imported.
Add a @typechecked
decorator above every class. This requires the typeguard module to be installed and imported.