UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

97 lines (45 loc) 1.38 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [IdSpecialization](./rc-js-util.idspecialization.md) ## IdSpecialization class Mirrors the C++ class of the same name. A specialization of a conceptual category. E.g. a number (category) which is a float 32 (specialization). **Signature:** ```typescript export declare class IdSpecialization extends StableId ``` **Extends:** [StableId](./rc-js-util.stableid.md) ## Remarks There should only be one instance of a conceptual class (which should have a unique name) ## Constructors <table><thead><tr><th> Constructor </th><th> Modifiers </th><th> Description </th></tr></thead> <tbody><tr><td> [(constructor)(category, specializationName)](./rc-js-util.idspecialization._constructor_.md) </td><td> </td><td> Constructs a new instance of the `IdSpecialization` class </td></tr> </tbody></table> ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [category](./rc-js-util.idspecialization.category.md) </td><td> `readonly` </td><td> [IdCategory](./rc-js-util.idcategory.md) </td><td> </td></tr> </tbody></table>