intersects. Checking if hashes intersect

^hash_a.intersects[hash_b]

The method checks if hashes intersect (i.e. have common keys). It returns bool value (true/false).

Example
^if(^man.intersects[$woman]){
   Intersection found
}{
   Intesection not found
}



Copyright © 1997–2021 Art. Lebedev Studio | http://www.artlebedev.com Last updated: 04.04.2016