Сохранение Unity

This commit is contained in:
Anatoly Prohacky 2022-08-13 16:40:13 +10:00
parent f0c30cd7f3
commit 64cf65f07e

View File

@ -27,7 +27,7 @@ func veryNumBit(n NumBit) bool {
}
// unite slice int to int64
func Unite(a []AclBit) AclBit {
func Unite(a ...AclBit) AclBit {
var endacl AclBit
for _, a0 := range a {
endacl = endacl | a0