GitOidShorten.this

Default-construction is disabled

  1. this()
    struct GitOidShorten
    @disable
    this
    ()
  2. this(size_t length)

Examples

// default construction is disabled
static assert(!__traits(compiles, GitOidShorten()));

Meta