Version.this - multiple declarations

Function Version.this

Construct a version object from a encoded version.

Prototype

ref this(
  ulong encoded
);

Function Version.this

Construct a version object from version components.

Prototype

ref this(
  uint major,
  uint minor,
  uint micro
);

Authors

Johannes Pfau cairoD
Andrej Mitrovic cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1