A MatrixRow list of values for a matrix key or a reference to another variable.
| 21 | // A MatrixRow list of values for a matrix key or a reference to another |
| 22 | // variable. |
| 23 | MatrixRow struct { |
| 24 | Ref string |
| 25 | Value []any |
| 26 | } |
| 27 | ) |
| 28 | |
| 29 | func NewMatrix(els ...*MatrixElement) *Matrix { |
nothing calls this directly
no outgoing calls
no test coverage detected