Indicates whether an architecture or particular option is supported by the installed Capstone library
The SupportQuery to issue to the library
True if the requested option is supported
// Query installed Capstone library for supported options foreach(query; EnumMembers!SupportQuery) writefln!"%-10s: %s"(query, supports(query));
See Implementation
Indicates whether an architecture or particular option is supported by the installed Capstone library