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()
  2. void update()
    class Style
    void
    update
    (
    string init
    T
    )
    ()

Parameters

init

Code to update the style with.

T

An compile-time object to update the scope with.

Meta