CC arch/i386/kernel/asm-offsets.s
In file included from include/linux/prefetch.h:13,
from include/linux/list.h:7,
from include/linux/signal.h:4,
from arch/i386/kernel/asm-offsets.c:7:
include/asm/processor.h:86: error: array type has incomplete element typ
Generic programming이 data type을 parameter화 하여, data type에 상관없이 기능을 기술하게 하게
함으로써, 코드 효율을 높이는 걸로 이해를 하고 있는데요.
C++의 template이나 Ada, Java도 거의 비슷한 식으로 구현 되는 것으로 알고 있습니다.
그런데, generic programming의 의미를 생각하면 python도 기본적으로 generic progr