diff --git a/src/table.jl b/src/table.jl index a4d7237..fac08d0 100644 --- a/src/table.jl +++ b/src/table.jl @@ -2,8 +2,8 @@ # Licensed under the MIT License. See LICENSE in the project root. # ------------------------------------------------------------------ -struct Table{T,C} - rows::T +struct Table{R,C} + rows::R crs::C end