Kaba class Context ed

...

Syntax ed

class Context
    var c: _context*

    # constructors
    func mut __init__()

    # functions
    func enumerate() -> xfer[Device][]
    func open(vid: i32, pid: i32) -> xfer[Handle]

Functions ed

func enumerate() -> xfer[Device][]
...

func open(vid: i32, pid: i32) -> xfer[Handle]
...

Elements ed

var c: _context*
...