Liking cljdoc? Tell your friends :D

cidr.core


completely-in-range?clj/s

(completely-in-range? cidr-str-a cidr-str-b)

Will return true if cidr-str-a is contained completely in cidr-str-b.

Will return true if `cidr-str-a` is contained completely in `cidr-str-b`.
sourceraw docstring

in-range?clj/s

(in-range? ip-str cidr-str)
source

ip-rangeclj/s

(ip-range cidr-str)
source

ips-in-rangeclj/s

(ips-in-range cidr-str)
source

overlap?clj/s

(overlap? cidr-str-a cidr-str-b)

Will return true if cidr-str-a overlaps with cidr-str-b.

Will return true if `cidr-str-a` overlaps with `cidr-str-b`.
sourceraw docstring

str->intclj/s

(str->int s)
source

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

× close