ShouldType.this

Manually initialize a new ShouldType value from an existing one's ref count. All ShouldTypes of one phrase must use the same reference counter.

struct ShouldType(G, string[] phrase = [])
@trusted
this
(
G got
,
ref int refCount
)

Meta