Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@denisandroid denisandroid released this 15 Aug 11:53
· 4 commits to master since this release

Initializers of static values. Manual initialization (using safe functions and zero cost when accessing an object) or automatic initialization during accessing an object (there is no zero cost when accessing an object; you must set the correct default value).

  1. Manual initialization of static data.
  2. Automatic initialization of static data.