<C-boolean>
Open abstract class
Description
A mapped subclass of <C-int> that provides an analogue to Dylan's <boolean> class. The Dylan type for both import and export is <boolean>, and the C type is int. The C integer 0 is mapped to #f in Dylan, and all other values are mapped to #t.