shared
Allows to create mutate property with frozen value. Please note that any assigned value will be frozen.
Usage:
var myCounter by shared(0)
Content copied to clipboard
Allows to create mutate property with frozen value. Please note that any assigned value will be frozen.
Usage:
var myCounter by shared(0)
Content copied to clipboard