Actor.name

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

Return Value

Type: string

the name of the actor.

Meta