Attean::BindingEqualityTest(3pm) | User Contributed Perl Documentation | Attean::BindingEqualityTest(3pm) |
Attean::BindingEqualityTest - Test for equality of binding sets with bnode isomorphism
This document describes Attean::BindingEqualityTest version 0.033
use v5.14; use Attean; my $test = Attean::BindingEqualityTest->new(); if ($test->equals($iter_a, $iter_b)) { say "Iterators contain equivalent bindings"; }
...
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/attean/issues>.
Gregory Todd Williams "<gwilliams@cpan.org>"
Copyright (c) 2014--2022 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-10-06 | perl v5.34.0 |