-
Notifications
You must be signed in to change notification settings - Fork 0
Not
Subhajit Sahu edited this page Mar 24, 2021
·
2 revisions
boolean.Not(a)
// a: a boolean
import (
boolean "github.com/golangf/extra-boolean"
)
boolean.Not(false)
// true
boolean.Not(true)
// false