Binary Boolean.and/or added by patch of Sergey Ignatov
This commit is contained in:
committed by
Nikolay Krasko
parent
307040968c
commit
d76310f4d6
@@ -198,6 +198,10 @@ trait Hashable {
|
||||
class Boolean : Comparable<Boolean> {
|
||||
fun not() : Boolean
|
||||
|
||||
fun and(other : Boolean) : Boolean
|
||||
|
||||
fun or(other : Boolean) : Boolean
|
||||
|
||||
fun xor(other : Boolean) : Boolean
|
||||
|
||||
fun equals(other : Any?) : Boolean
|
||||
|
||||
Reference in New Issue
Block a user