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.030
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--2020 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2021-02-14 | perl v5.32.1 |