module V1::Empty
Overview
Module Empty provides an implementation of v1.Image equivalent to "FROM scratch".
Defined in:
v1/empty/empty.crv1/empty/image.cr
v1/empty/index.cr
Constant Summary
-
IMAGE =
Random.image(0, 0)
-
image is a singleton empty image, think: FROM scratch
-
INDEX =
EmptyIndex.new
-
INDEX is a singleton empty index, think FROM: scratch.