Style.update

Update the style with given D code.

This allows each init code to have a consistent default scope, featuring fluid, raylib and chosen std modules.

  1. void update()
    class Style
    void
    update
    (
    string init
    )
    ()
  2. void update()

Parameters

init

Code to update the style with.

Meta