This repo contains examples related to type erasure.
type_erasure_example_in_cpp.cc- 100% based on Everything Cpp - Type Erasure
- Explains how C removes the type annotation in load-time and supports typeless type in run-time
type_erasure_example_in_py/- Explains how C removes the type annotation in Python and keeps the type annotation in C
type_erasure_example_in_cpp/- Explains how C maintains the reference count of Python object