Index.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 Index(bool MemoryResident = true)
    @property @safe pure nothrow
    static if(MemoryResident)
    string
    name
    (
    string val
    )

Meta