What is the different between num() and size() methods in systemverilog associative arrays. LRM does not seem to specify any distinction.
From LRM:
The num() and size() methods return the number of entries in the associative array. If the array is empty, they return 0.