## Macro: SB-ALIEN:ALIEN-SIZE [![package](https://img.shields.io/badge/Package-SB--ALIEN-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Macro-5f9ea0.svg?style=social&colorA=999999)](../#macro) > Return the size of the alien type TYPE. UNITS specifies the units to > use and can be either :BITS, :BYTES, or :WORDS. ### Lambda list ```cl (type &optional sb-alien::units) ```