ValidationResult.ok

struct ValidationResult(Data)
@safe pure nothrow @nogc inout
bool
ok
()
if (
is(Data == struct) ||
is(Data == class)
)

Meta