snark.Utils packed

This commit is contained in:
arnaucube
2018-12-29 13:49:34 +01:00
parent aefb298bb0
commit 1375596a74
6 changed files with 164 additions and 154 deletions

View File

@@ -33,7 +33,7 @@ type Constraint struct {
Out string
Literal string
Inputs []string // in func delcaration case
Inputs []string // in func declaration case
}
func indexInArray(arr []string, e string) int {