Stream: implementers
Topic: unsignedInt and positiveInt
Mattias Flodin (Apr 26 2017 at 12:21):
Do unsignedInt and positiveInt have unlimited range, unlike integer?
Grahame Grieve (Apr 26 2017 at 13:05):
No. They have the same range as integer
Mattias Flodin (Apr 26 2017 at 13:07):
Does that mean [0, 2147483647] or [0, 4294967295]? :)
Lloyd McKenzie (Apr 26 2017 at 13:17):
The first
Lloyd McKenzie (Apr 26 2017 at 13:17):
unsignedInt is a constraint on integer
Eric Haas (Apr 26 2017 at 20:41):
postiveInt does not contain 0
Yunwei Wang (Apr 26 2017 at 20:47):
@Eric Haas Good comments :+1:
Last updated: Apr 12 2022 at 19:14 UTC