Kaba class Parser ed
...
Syntax ed
class Parser
# constructors
func mut __init__()
# functions
func mut add_page() -> xfer[Painter]
func save(filename: Path)
func mut set_page_size(width: f32, height: f32)
Functions ed
- func mut add_page() -> xfer[Painter]
- ...
- func save(filename: Path)
- ...
- func mut set_page_size(width: f32, height: f32)
- ...