## Generic-function: COMMON-LISP:INITIALIZE-INSTANCE [![package](https://img.shields.io/badge/Package-COMMON--LISP-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Generic--Function-5f9ea0.svg?style=social&colorA=999999)](../#generic-function) [![clhs](https://img.shields.io/badge/CLHS-INITIALIZE--INSTANCE-5f9ea0.svg?style=social&colorA=999999)](http://www.lispworks.com/documentation/HyperSpec/Body/f_init_i.htm) > No description. ### Lambda list ```cl (sb-kernel:instance &rest sb-pcl::initargs &key asdf/system:system asdf/plan::other-systems sb-pcl::name sb-pcl::initform sb-pcl::initfunction type sb-pcl::allocation sb-pcl::initargs documentation sb-pcl::readers sb-pcl::writers sb-pcl::lambda-list sb-pcl::argument-precedence-order &allow-other-keys) ```