The OpenD Programming Language

Image.isGapless

Get if being gapless is guaranteed by the layout constraints. Note that this only holds if there is some data in the first place.

struct Image
nothrow @nogc @safe pure const
bool
isGapless
()

See Also

allPixels(), LAYOUT_GAPLESS, LAYOUT_VERT_STRAIGHT. Tags: none.

Meta