Kaba struct FrameHistory ed

...

Syntax ed

struct FrameHistory
    var total_times: f32[]

    # constructors
    func mut __init__()
    func mut __init__(total_times: f32[])

    # operators
    func mut __assign__(other: FrameHistory) # FrameHistory = FrameHistory

Elements ed

var total_times: f32[]
...