isLeft<A, B> function

Matcher isLeft<A, B>([
  1. A? expected
])

Implementation

Matcher isLeft<A, B>([A? expected]) => _IsLeft<A, B>(expected);