Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit a7fb307

Browse files
committed
Add StringMatrix type
1 parent e6f26e5 commit a7fb307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/util/matrix.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ type UInt64Matrix = Matrix[uint64]
2525

2626
type CharMatrix = UInt8Matrix
2727
type BoolMatrix = Matrix[bool]
28+
type StringMatrix = Matrix[string]
2829

2930
func NewMatrixFromRows[T any](
3031
matrix [][]T,

0 commit comments

Comments
 (0)