This PR upstreams the definition of `Vector` from Batteries, along with the basic functions.
7 lines
184 B
Text
7 lines
184 B
Text
/-
|
|
Copyright (c) 2024 Lean FRO. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Kim Morrison
|
|
-/
|
|
prelude
|
|
import Init.Data.Vector.Basic
|