o.bounds = function(t, e) {
        return !t || t instanceof o.Bounds ? t : new o.Bounds(t,e)
    }