Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

attribute [deprecated]¶

Description¶

Mark a declaration as deprecated.

Signature¶

[deprecated(message : String)]

Parameters¶

message : String¶

The diagnostic message to show when the declaration is used.

See also¶

[RemovedSince].

On this page
  • attribute [deprecated]
    • Description
    • Signature
    • Parameters
      • message : String
    • See also