You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vector inherits from MutableSequence now and stores coordinates in a list. This allows to define vectors of any dimension and adds support for methods like append, extend, etc.