static method

C18796
concept

A static method is a function associated with a class rather than any instance, callable without creating an object and typically used for operations that do not depend on instance-specific data.

All labels observed (1)

Label Occurrences
static method canonical 1

Instances (1)

Instance Via concept surface
WebAssembly.compileStreaming