Actor.name

Set name name of the actor.

  1. string name()
  2. void name(string n)
    struct Actor
    @safe pure nothrow @nogc
    void
    name
    (
    string n
    )

Meta