Skip to content

Combine_uint8_16_32_64

Jip Claassens edited this page Jul 6, 2026 · 5 revisions

Relational functions combine_uint8, combine_uint16, combine_uint32, combine_uint64

syntax

  • combine_uint8(a, b, ... , n)
  • combine_uint16(a, b, ... , n)
  • combine_uint32(a, b, ... , n)
  • combine_uint64(a, b, ... , n)

definition

These functions work in the same way as the combine function, only they result in domain units of respectively uint8, uint16, uint32 or uint64 value types.

Clone this wiki locally