Liking cljdoc? Tell your friends :D

net.ty.coerce

Our beloved JVM does not implement unsigned types. Some protocols rely heavily on unsigned types, and we thus need to have ways of parsing those

Our beloved JVM does not implement unsigned types.
Some protocols rely heavily on unsigned types,
and we thus need to have ways of parsing those
raw docstring

byte->ubyteclj

(byte->ubyte i)
source

int->uintclj

(int->uint i)
source

long->ulongclj

(long->ulong i)
source

short->ushortclj

(short->ushort i)
source

ubyte->byteclj

(ubyte->byte i)
source

uint->intclj

(uint->int i)
source

uint16-maxclj

short maximum value

short maximum value
sourceraw docstring

uint32-maxclj

integer maximum value

integer maximum value
sourceraw docstring

ulong->longclj

(ulong->long i)
source

ushort->shortclj

(ushort->short i)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close