and()
and(lhs, rhs): string
Performs a bitwise AND operation between lhs
and rhs
Parameters
Parameter | Type |
---|---|
lhs | string |
rhs | string |
Returns
string
Generated using typedoc-plugin-markdown and TypeDoc
and(lhs, rhs): string
Performs a bitwise AND operation between lhs
and rhs
Parameter | Type |
---|---|
lhs | string |
rhs | string |
string
Generated using typedoc-plugin-markdown and TypeDoc