Skip to content

SortAscending

[Source]

Sort in ascending order (oldest first for time-based sorts, fewest first for comment count).

primitive val SortAscending

Constructors

create

[Source]

new val create()
: SortAscending val^

Returns


Public Functions

query_value

[Source]

Returns the query parameter value for this sort direction.

fun box query_value()
: String val

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns