Header.name

Sets the name of the object if input's length is less or equal than 255

  1. string name [@property getter]
  2. string name [@property setter]
    struct Header(bool MemoryResident = true)
    @property @trusted pure nothrow
    static if(!(!MemoryResident))
    string
    name
    (
    string val
    )

Meta