The OpenD Programming Language

Image.isOwned

An that has data can own it (will free it in destructor) or can borrow it. An image that has no data, cannot own it. Tags: none.

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

Meta