code guest register log in programs messages repl documentation source about privacy terms /up french production

bitwise_and

Boolean
examples
true.bitwise_and(true)
true.bitwise_and(false)
false.bitwise_and(true)
false.bitwise_and(false)