Skip to content
Mabo
Search
K
Main Navigation
Guide
Reference
Appearance
Menu
Return to top
On this page
Modules
Schema
mabo
mod
sample
{
struct
Sample
}
1
2
3
Nesting
Schema
mabo
mod
a
{
mod
b
{
mod
c
{
struct
Sample
}
}
}
1
2
3
4
5
6
7