How to empty a display object container

Is there a simple way to completely empty a display object container regardless of what it contains, including if it’s already empty? In other words, without determining its children and using removeChild on each?