Algorand TypeScript
Preparing search index...
op
setBit
Function setBit
setBit
(
target
:
bytes
,
n
:
uint64
,
c
:
uint64
)
:
bytes
Set the nth bit of target to the value of c (1 or 0)
Parameters
target
:
bytes
n
:
uint64
c
:
uint64
Returns
bytes
setBit
(
target
:
uint64
,
n
:
uint64
,
c
:
uint64
)
:
uint64
Set the nth bit of target to the value of c (1 or 0)
Parameters
target
:
uint64
n
:
uint64
c
:
uint64
Returns
uint64
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Algorand TypeScript
Loading...
Set the nth bit of target to the value of c (1 or 0)