GitRepo.this

Default-construction is disabled

  1. this()
    struct GitRepo
    @disable
    this
    ()
  2. this(git_repository* payload)
  3. this(char[] path)

Examples

static assert(!__traits(compiles, GitRepo()));

Meta