Raku Types
This is a list of all built-in Types that are documented here as part of the Raku language. Use the above menu to narrow it down topically.
| Name | Type | Description |
|---|---|---|
| Documentable | class | Represents a self-contained Raku documentation element. |
| Documentable::Config | class | Configuration |
| Documentable::DocPage | role | Pod to be rendered and its url |
| Documentable::DocPage::Factory | class | Generator of HTML pages |
| Documentable::DocPage::Index::Language | class | Renders the index associated to Kind::Language |
| Documentable::DocPage::Index::Programs | class | Renders the index associated to Kind::Programs |
| Documentable::DocPage::Index::Routine | class | Renders the index associated to Kind::Routine |
| Documentable::DocPage::Index::Type | class | Renders the index associated to Kind::Type |
| Documentable::DocPage::Primary::Language | class | Renders a Documentable::Primary object |
| Documentable::DocPage::Primary::Programs | class | Renders a Documentable::Primary object |
| Documentable::DocPage::Primary::Type | class | Renders a Documentable::Primary object |
| Documentable::DocPage::Secondary | class | Renders a bunch of Documentable::Secondary objects |
| Documentable::DocPage::SubIndex::Routine | class | Renders the index associated to Kind::Routine and a category |
| Documentable::DocPage::SubIndex::Type | class | Renders the index associated to Kind::Type and a category |
| Documentable::Heading::Grammar | grammar | Grammar to obtain metadata from headings |
| Documentable::Index | class | Reference container |
| Documentable::Primary | class | Represents a self-contained Raku documentation element. |
| Documentable::Registry | class | Container of all our knowledge. |
| Documentable::Search | class | Search entries generator. |
| Documentable::Secondary | class | Represents a self-contained Perl 6 documentation element. |
| Documentable::To::HTML::Wrapper | class | HTML wrapper common to all pages |
| Kind | enum | Information about the origin of a Documentable instance. |
| X::Documentable::Config::InvalidConfig | class | Invalid configuration file |
| X::Documentable::MissingMetadata | class | Pod format related error |
| X::Documentable::SubtitleNotFound | class | Pod format related error |
| X::Documentable::TitleNotFound | class | Pod format related error |
| X::Documentable::TypeNotFound | class | Missing type in type-graph file |