...

flag

flag(n: number) 🡒 long, pure function

Returns a 64-set that contains only the provided integer n.

show scalar "" a1c2 with flag(42) // "{42}"

It is an error to provide a fractional number, or a number smaller than 0 or greater than 63.

This function is often used in conjunction with union to construct larger 64-sets.

User Contributed Notes
0 notes + add a note