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 = [])
this
@trusted
(
G got
,
ref int refCount
)
in { assert (refCount != CHAIN_TERMINATED, "don't copy Should that's been terminated"); }

Meta