[ Version ( since = "1.2" ) ]
public void seal ()
Seals the given array, making it immutable to further changes.
This function will recursively seal all elements in the array too.
If the `array` is already immutable, this is a no-op.
this |
the array to seal |