- equals
auto equals(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- greaterThan
auto greaterThan(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- greaterThanOrEquals
auto greaterThanOrEquals(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- isNull
auto isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
- lessThan
auto lessThan(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- lessThanOrEquals
auto lessThanOrEquals(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- notEquals
auto notEquals(T value)
Undocumented in source. Be warned that the author may not have intended to support it.