Kaba class Timer ed

...

Syntax ed

class Timer

    # constructors
    func mut __init__()

    # functions
    func mut get() -> f32
    func peek() -> f32
    func mut reset()

Functions ed

func mut get() -> f32
...

func peek() -> f32
...

func mut reset()
...