Skip to content

RequestIDs

[Source]

Utilities for dealing with type RequestID in order to not assume anything about its actual implementation.

primitive val RequestIDs

Constructors

create

[Source]

new val create()
: RequestIDs val^

Returns


Public Functions

max_value

[Source]

fun box max_value()
: USize val

Returns


min

[Source]

fun box min(
  id1: USize val,
  id2: USize val)
: USize val

Parameters

Returns


max

[Source]

fun box max(
  id1: USize val,
  id2: USize val)
: USize val

Parameters

Returns


next

[Source]

fun box next(
  id: USize val)
: USize val

Parameters

Returns


gt

[Source]

fun box gt(
  id1: USize val,
  id2: USize val)
: Bool val

Parameters

Returns


gte

[Source]

fun box gte(
  id1: USize val,
  id2: USize val)
: Bool val

Parameters

Returns


eq

[Source]

fun box eq(
  that: RequestIDs val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: RequestIDs val)
: Bool val

Parameters

Returns