Kaba class Mongo ed

...

Syntax ed

class Mongo
    var client: void*

    # constructors
    func mut __init__(host: string)

    # functions
    func collection(db: string, col: string) -> xfer[Collection]

Functions ed

func collection(db: string, col: string) -> xfer[Collection]
...

Elements ed

var client: void*
...