BoolAsInt extension

on

Methods

toInt() int

Available on bool, provided by the BoolAsInt extension

Operators

operator *(int other) int

Available on bool, provided by the BoolAsInt extension

operator +(int other) int

Available on bool, provided by the BoolAsInt extension

operator -(int other) int

Available on bool, provided by the BoolAsInt extension

operator /(int other) double

Available on bool, provided by the BoolAsInt extension

operator <(int other) bool

Available on bool, provided by the BoolAsInt extension

operator <=(int other) bool

Available on bool, provided by the BoolAsInt extension

operator >(int other) bool

Available on bool, provided by the BoolAsInt extension

operator >=(int other) bool

Available on bool, provided by the BoolAsInt extension