Skip to content

unique_uint8_16_32_64

mtbeek32 edited this page Jul 7, 2023 · 1 revision

Relational functions unique_uint8, unique_uint16, unique_uint32, unique_uint64

syntax

  • unique_uint8(a)
  • unique_uint16(a)
  • unique_uint32(a)
  • unique_uint64(a)

definition

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

Clone this wiki locally