harfbuzz.set

Module for [Set] class

class Set

Types 1

Data type for holding a set of integers. #hb_set_t's are used to gather and contain glyph IDs, Unicode code points, and various other collections of discrete values.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
Set self() nothrowReturns `this`, for use in `with` statements.
Constructors
this(void * ptr, Flag!"Take" take)