Liking cljdoc? Tell your friends :D

tupelo.types

Type conversion and detection.

Type conversion and detection.
raw docstring

boolean-array?clj

(boolean-array? arg)

Returns true is the arg is a boolean array, else false.

Returns true is the arg is a boolean array, else false.
sourceraw docstring

byte-array?clj

(byte-array? arg)

Returns true is the arg is a byte array, else false.

Returns true is the arg is a byte array, else false.
sourceraw docstring

byte?clj

(byte? arg)

Returns true is the arg is a Byte, else false.

Returns true is the arg is a Byte, else false.
sourceraw docstring

bytes->strclj

(bytes->str arg)

Converts a byte array to a String using the UTF-8 Charset

Converts a byte array to a String using the UTF-8 Charset
sourceraw docstring

char-array?clj

(char-array? arg)

Returns true is the arg is a char array, else false.

Returns true is the arg is a char array, else false.
sourceraw docstring

character?clj

(character? arg)

Returns true is the arg is a Character, else false.

Returns true is the arg is a Character, else false.
sourceraw docstring

double-array?clj

(double-array? arg)

Returns true is the arg is a double array, else false.

Returns true is the arg is a double array, else false.
sourceraw docstring

double?clj

(double? arg)

Returns true is the arg is a Double, else false.

Returns true is the arg is a Double, else false.
sourceraw docstring

float-array?clj

(float-array? arg)

Returns true is the arg is a float array, else false.

Returns true is the arg is a float array, else false.
sourceraw docstring

float?clj

(float? arg)

Returns true is the arg is a Float, else false.

Returns true is the arg is a Float, else false.
sourceraw docstring

int-array?clj

(int-array? arg)

Returns true is the arg is a int array, else false.

Returns true is the arg is a int array, else false.
sourceraw docstring

integer?clj

(integer? arg)

Returns true is the arg is a Integer, else false.

Returns true is the arg is a Integer, else false.
sourceraw docstring

long-array?clj

(long-array? arg)

Returns true is the arg is a long array, else false.

Returns true is the arg is a long array, else false.
sourceraw docstring

long?clj

(long? arg)

Returns true is the arg is a Long, else false.

Returns true is the arg is a Long, else false.
sourceraw docstring

object-array?clj

(object-array? arg)

Returns true is the arg is a object array, else false.

Returns true is the arg is a object array, else false.
sourceraw docstring

short-array?clj

(short-array? arg)

Returns true is the arg is a short array, else false.

Returns true is the arg is a short array, else false.
sourceraw docstring

short?clj

(short? arg)

Returns true is the arg is a Short, else false.

Returns true is the arg is a Short, else false.
sourceraw docstring

str->bytesclj

(str->bytes arg)

Converts a String to a byte array using the UTF-8 Charset

Converts a String to a byte array using the UTF-8 Charset
sourceraw docstring

UTF-8-Charset-Nameclj

source

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

× close